credshelper

package
v0.0.0-...-7830993 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_credshelper_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Credentials

type Credentials struct {

	// Authentication mechanism.
	AuthSource string `protobuf:"bytes,1,opt,name=auth_source,json=authSource,proto3" json:"auth_source,omitempty"`
	// The token string.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// Token expiry.
	Expiry *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiry,proto3" json:"expiry,omitempty"`
	// Reauth expiry.
	RefreshExpiry *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=refresh_expiry,json=refreshExpiry,proto3" json:"refresh_expiry,omitempty"`
	// Credshelper command digest in canonical form of hash/size.
	CredshelperCmdDigest string `protobuf:"bytes,5,opt,name=credshelper_cmd_digest,json=credshelperCmdDigest,proto3" json:"credshelper_cmd_digest,omitempty"`
	// contains filtered or unexported fields
}

Stores information used for authenticating to the remote execution service.

func (*Credentials) Descriptor deprecated

func (*Credentials) Descriptor() ([]byte, []int)

Deprecated: Use Credentials.ProtoReflect.Descriptor instead.

func (*Credentials) GetAuthSource

func (x *Credentials) GetAuthSource() string

func (*Credentials) GetCredshelperCmdDigest

func (x *Credentials) GetCredshelperCmdDigest() string

func (*Credentials) GetExpiry

func (x *Credentials) GetExpiry() *timestamppb.Timestamp

func (*Credentials) GetRefreshExpiry

func (x *Credentials) GetRefreshExpiry() *timestamppb.Timestamp

func (*Credentials) GetToken

func (x *Credentials) GetToken() string

func (*Credentials) ProtoMessage

func (*Credentials) ProtoMessage()

func (*Credentials) ProtoReflect

func (x *Credentials) ProtoReflect() protoreflect.Message

func (*Credentials) Reset

func (x *Credentials) Reset()

func (*Credentials) String

func (x *Credentials) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL