Versions in this module Expand all Collapse all v1 v1.3.1 Jul 20, 2025 Changes in this version + var File_proto_token_response_proto protoreflect.FileDescriptor + var File_proto_token_token_proto protoreflect.FileDescriptor + type Token struct + AccessToken string + ClientId string + ExpiresAt *timestamp.Timestamp + ExpiresIn uint32 + IdToken string + RefreshExpiresAt *timestamp.Timestamp + RefreshToken string + Scope string + Sub string + func (*Token) Descriptor() ([]byte, []int) + func (*Token) ProtoMessage() + func (x *Token) GetAccessToken() string + func (x *Token) GetClientId() string + func (x *Token) GetExpiresAt() *timestamp.Timestamp + func (x *Token) GetExpiresIn() uint32 + func (x *Token) GetIdToken() string + func (x *Token) GetRefreshExpiresAt() *timestamp.Timestamp + func (x *Token) GetRefreshToken() string + func (x *Token) GetScope() string + func (x *Token) GetSub() string + func (x *Token) ProtoReflect() protoreflect.Message + func (x *Token) Reset() + func (x *Token) String() string + type TokenResponse struct + AccessToken string + ExpiresIn uint32 + IdToken string + RefreshToken string + Scope string + TokenType string + func (*TokenResponse) Descriptor() ([]byte, []int) + func (*TokenResponse) ProtoMessage() + func (x *TokenResponse) GetAccessToken() string + func (x *TokenResponse) GetExpiresIn() uint32 + func (x *TokenResponse) GetIdToken() string + func (x *TokenResponse) GetRefreshToken() string + func (x *TokenResponse) GetScope() string + func (x *TokenResponse) GetTokenType() string + func (x *TokenResponse) ProtoReflect() protoreflect.Message + func (x *TokenResponse) Reset() + func (x *TokenResponse) String() string v1.3.1-beta Jul 20, 2025