Documentation ¶
Overview ¶
Package com_HailoOSS_service_oauthclient_info is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/oauth-client-service/proto/info/info.proto
It has these top-level messages:
Request Response
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Token *string `protobuf:"bytes,1,req,name=token" json:"token,omitempty"` Provider *string `protobuf:"bytes,2,req,name=provider" json:"provider,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetProvider ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Email *string `protobuf:"bytes,1,opt,name=email" json:"email,omitempty"` GivenName *string `protobuf:"bytes,2,opt,name=givenName" json:"givenName,omitempty"` FamilyName *string `protobuf:"bytes,3,opt,name=familyName" json:"familyName,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetFamilyName ¶
func (*Response) GetGivenName ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.