Documentation ¶
Overview ¶
Package go_micro_platform_auth is a generated protocol buffer package.
It is generated from these files:
github.com/micro/go-platform/auth/proto/auth.proto
It has these top-level messages:
Token
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct { AccessToken string `protobuf:"bytes,1,opt,name=access_token" json:"access_token,omitempty"` TokenType string `protobuf:"bytes,2,opt,name=token_type" json:"token_type,omitempty"` RefreshToken string `protobuf:"bytes,3,opt,name=refresh_token" json:"refresh_token,omitempty"` ExpiresAt int64 `protobuf:"varint,4,opt,name=expires_at" json:"expires_at,omitempty"` Scopes []string `protobuf:"bytes,5,rep,name=scopes" json:"scopes,omitempty"` // metadata associated with the token Metadata map[string]string `` /* 136-byte string literal not displayed */ }
func (*Token) Descriptor ¶
func (*Token) GetMetadata ¶
func (*Token) ProtoMessage ¶
func (*Token) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.