Documentation
¶
Index ¶
- Variables
- type CachedCredentials
- func (*CachedCredentials) Descriptor() ([]byte, []int)deprecated
- func (x *CachedCredentials) GetExpiry() *timestamppb.Timestamp
- func (x *CachedCredentials) GetMechanism() string
- func (x *CachedCredentials) GetRefreshExpiry() *timestamppb.Timestamp
- func (x *CachedCredentials) GetToken() string
- func (*CachedCredentials) ProtoMessage()
- func (x *CachedCredentials) ProtoReflect() protoreflect.Message
- func (x *CachedCredentials) Reset()
- func (x *CachedCredentials) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_credshelper_credshelper_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CachedCredentials ¶
type CachedCredentials struct { Mechanism string `protobuf:"bytes,1,opt,name=mechanism,proto3" json:"mechanism,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` Expiry *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiry,proto3" json:"expiry,omitempty"` RefreshExpiry *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=refresh_expiry,json=refreshExpiry,proto3" json:"refresh_expiry,omitempty"` // contains filtered or unexported fields }
func (*CachedCredentials) Descriptor
deprecated
func (*CachedCredentials) Descriptor() ([]byte, []int)
Deprecated: Use CachedCredentials.ProtoReflect.Descriptor instead.
func (*CachedCredentials) GetExpiry ¶
func (x *CachedCredentials) GetExpiry() *timestamppb.Timestamp
func (*CachedCredentials) GetMechanism ¶
func (x *CachedCredentials) GetMechanism() string
func (*CachedCredentials) GetRefreshExpiry ¶
func (x *CachedCredentials) GetRefreshExpiry() *timestamppb.Timestamp
func (*CachedCredentials) GetToken ¶
func (x *CachedCredentials) GetToken() string
func (*CachedCredentials) ProtoMessage ¶
func (*CachedCredentials) ProtoMessage()
func (*CachedCredentials) ProtoReflect ¶
func (x *CachedCredentials) ProtoReflect() protoreflect.Message
func (*CachedCredentials) Reset ¶
func (x *CachedCredentials) Reset()
func (*CachedCredentials) String ¶
func (x *CachedCredentials) String() string
Click to show internal directories.
Click to hide internal directories.