Documentation ¶
Index ¶
- Variables
- type StateData
- func (*StateData) Descriptor() ([]byte, []int)deprecated
- func (x *StateData) GetNonce() string
- func (x *StateData) GetProviderId() string
- func (x *StateData) GetRedirect() string
- func (*StateData) ProtoMessage()
- func (x *StateData) ProtoReflect() protoreflect.Message
- func (x *StateData) Reset()
- func (x *StateData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_components_login_pb_state_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StateData ¶
type StateData struct { ProviderId string `protobuf:"bytes,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"` Redirect string `protobuf:"bytes,2,opt,name=redirect,proto3" json:"redirect,omitempty"` Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // contains filtered or unexported fields }
func (*StateData) Descriptor
deprecated
func (*StateData) GetProviderId ¶
func (*StateData) GetRedirect ¶
func (*StateData) ProtoMessage ¶
func (*StateData) ProtoMessage()
func (*StateData) ProtoReflect ¶
func (x *StateData) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.