Documentation ¶
Index ¶
- Variables
- type AppleSignInCredential
- func (*AppleSignInCredential) Descriptor() ([]byte, []int)deprecated
- func (x *AppleSignInCredential) GetAuthCode() string
- func (x *AppleSignInCredential) GetBundleId() string
- func (x *AppleSignInCredential) GetRedirectUri() string
- func (*AppleSignInCredential) ProtoMessage()
- func (x *AppleSignInCredential) ProtoReflect() protoreflect.Message
- func (x *AppleSignInCredential) Reset()
- func (x *AppleSignInCredential) String() string
- type FacebookAccessToken
- func (*FacebookAccessToken) Descriptor() ([]byte, []int)deprecated
- func (x *FacebookAccessToken) GetAccessToken() string
- func (x *FacebookAccessToken) GetFbUid() string
- func (*FacebookAccessToken) ProtoMessage()
- func (x *FacebookAccessToken) ProtoReflect() protoreflect.Message
- func (x *FacebookAccessToken) Reset()
- func (x *FacebookAccessToken) String() string
- type GoogleSignInCredential
- func (*GoogleSignInCredential) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleSignInCredential) GetAuthCode() string
- func (x *GoogleSignInCredential) GetRedirectUri() string
- func (*GoogleSignInCredential) ProtoMessage()
- func (x *GoogleSignInCredential) ProtoReflect() protoreflect.Message
- func (x *GoogleSignInCredential) Reset()
- func (x *GoogleSignInCredential) String() string
- type OneTimeToken
- type ParentChildCredential
- func (*ParentChildCredential) Descriptor() ([]byte, []int)deprecated
- func (x *ParentChildCredential) GetChildId() string
- func (x *ParentChildCredential) GetParentStoredCredential() *StoredCredential
- func (*ParentChildCredential) ProtoMessage()
- func (x *ParentChildCredential) ProtoReflect() protoreflect.Message
- func (x *ParentChildCredential) Reset()
- func (x *ParentChildCredential) String() string
- type Password
- func (*Password) Descriptor() ([]byte, []int)deprecated
- func (x *Password) GetId() string
- func (x *Password) GetPadding() []byte
- func (x *Password) GetPassword() string
- func (*Password) ProtoMessage()
- func (x *Password) ProtoReflect() protoreflect.Message
- func (x *Password) Reset()
- func (x *Password) String() string
- type SamsungSignInCredential
- func (*SamsungSignInCredential) Descriptor() ([]byte, []int)deprecated
- func (x *SamsungSignInCredential) GetAuthCode() string
- func (x *SamsungSignInCredential) GetIdToken() string
- func (x *SamsungSignInCredential) GetRedirectUri() string
- func (x *SamsungSignInCredential) GetTokenEndpointUrl() string
- func (*SamsungSignInCredential) ProtoMessage()
- func (x *SamsungSignInCredential) ProtoReflect() protoreflect.Message
- func (x *SamsungSignInCredential) Reset()
- func (x *SamsungSignInCredential) String() string
- type StoredCredential
- func (*StoredCredential) Descriptor() ([]byte, []int)deprecated
- func (x *StoredCredential) GetData() []byte
- func (x *StoredCredential) GetUsername() string
- func (*StoredCredential) ProtoMessage()
- func (x *StoredCredential) ProtoReflect() protoreflect.Message
- func (x *StoredCredential) Reset()
- func (x *StoredCredential) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_login5_credentials_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AppleSignInCredential ¶
type AppleSignInCredential struct { AuthCode string `protobuf:"bytes,1,opt,name=auth_code,json=authCode,proto3" json:"auth_code,omitempty"` RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` BundleId string `protobuf:"bytes,3,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` // contains filtered or unexported fields }
func (*AppleSignInCredential) Descriptor
deprecated
func (*AppleSignInCredential) Descriptor() ([]byte, []int)
Deprecated: Use AppleSignInCredential.ProtoReflect.Descriptor instead.
func (*AppleSignInCredential) GetAuthCode ¶
func (x *AppleSignInCredential) GetAuthCode() string
func (*AppleSignInCredential) GetBundleId ¶
func (x *AppleSignInCredential) GetBundleId() string
func (*AppleSignInCredential) GetRedirectUri ¶
func (x *AppleSignInCredential) GetRedirectUri() string
func (*AppleSignInCredential) ProtoMessage ¶
func (*AppleSignInCredential) ProtoMessage()
func (*AppleSignInCredential) ProtoReflect ¶
func (x *AppleSignInCredential) ProtoReflect() protoreflect.Message
func (*AppleSignInCredential) Reset ¶
func (x *AppleSignInCredential) Reset()
func (*AppleSignInCredential) String ¶
func (x *AppleSignInCredential) String() string
type FacebookAccessToken ¶
type FacebookAccessToken struct { FbUid string `protobuf:"bytes,1,opt,name=fb_uid,json=fbUid,proto3" json:"fb_uid,omitempty"` AccessToken string `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // contains filtered or unexported fields }
func (*FacebookAccessToken) Descriptor
deprecated
func (*FacebookAccessToken) Descriptor() ([]byte, []int)
Deprecated: Use FacebookAccessToken.ProtoReflect.Descriptor instead.
func (*FacebookAccessToken) GetAccessToken ¶
func (x *FacebookAccessToken) GetAccessToken() string
func (*FacebookAccessToken) GetFbUid ¶
func (x *FacebookAccessToken) GetFbUid() string
func (*FacebookAccessToken) ProtoMessage ¶
func (*FacebookAccessToken) ProtoMessage()
func (*FacebookAccessToken) ProtoReflect ¶
func (x *FacebookAccessToken) ProtoReflect() protoreflect.Message
func (*FacebookAccessToken) Reset ¶
func (x *FacebookAccessToken) Reset()
func (*FacebookAccessToken) String ¶
func (x *FacebookAccessToken) String() string
type GoogleSignInCredential ¶
type GoogleSignInCredential struct { AuthCode string `protobuf:"bytes,1,opt,name=auth_code,json=authCode,proto3" json:"auth_code,omitempty"` RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` // contains filtered or unexported fields }
func (*GoogleSignInCredential) Descriptor
deprecated
func (*GoogleSignInCredential) Descriptor() ([]byte, []int)
Deprecated: Use GoogleSignInCredential.ProtoReflect.Descriptor instead.
func (*GoogleSignInCredential) GetAuthCode ¶
func (x *GoogleSignInCredential) GetAuthCode() string
func (*GoogleSignInCredential) GetRedirectUri ¶
func (x *GoogleSignInCredential) GetRedirectUri() string
func (*GoogleSignInCredential) ProtoMessage ¶
func (*GoogleSignInCredential) ProtoMessage()
func (*GoogleSignInCredential) ProtoReflect ¶
func (x *GoogleSignInCredential) ProtoReflect() protoreflect.Message
func (*GoogleSignInCredential) Reset ¶
func (x *GoogleSignInCredential) Reset()
func (*GoogleSignInCredential) String ¶
func (x *GoogleSignInCredential) String() string
type OneTimeToken ¶
type OneTimeToken struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*OneTimeToken) Descriptor
deprecated
func (*OneTimeToken) Descriptor() ([]byte, []int)
Deprecated: Use OneTimeToken.ProtoReflect.Descriptor instead.
func (*OneTimeToken) GetToken ¶
func (x *OneTimeToken) GetToken() string
func (*OneTimeToken) ProtoMessage ¶
func (*OneTimeToken) ProtoMessage()
func (*OneTimeToken) ProtoReflect ¶
func (x *OneTimeToken) ProtoReflect() protoreflect.Message
func (*OneTimeToken) Reset ¶
func (x *OneTimeToken) Reset()
func (*OneTimeToken) String ¶
func (x *OneTimeToken) String() string
type ParentChildCredential ¶
type ParentChildCredential struct { ChildId string `protobuf:"bytes,1,opt,name=child_id,json=childId,proto3" json:"child_id,omitempty"` ParentStoredCredential *StoredCredential `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ParentChildCredential) Descriptor
deprecated
func (*ParentChildCredential) Descriptor() ([]byte, []int)
Deprecated: Use ParentChildCredential.ProtoReflect.Descriptor instead.
func (*ParentChildCredential) GetChildId ¶
func (x *ParentChildCredential) GetChildId() string
func (*ParentChildCredential) GetParentStoredCredential ¶
func (x *ParentChildCredential) GetParentStoredCredential() *StoredCredential
func (*ParentChildCredential) ProtoMessage ¶
func (*ParentChildCredential) ProtoMessage()
func (*ParentChildCredential) ProtoReflect ¶
func (x *ParentChildCredential) ProtoReflect() protoreflect.Message
func (*ParentChildCredential) Reset ¶
func (x *ParentChildCredential) Reset()
func (*ParentChildCredential) String ¶
func (x *ParentChildCredential) String() string
type Password ¶
type Password struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Padding []byte `protobuf:"bytes,3,opt,name=padding,proto3" json:"padding,omitempty"` // contains filtered or unexported fields }
func (*Password) Descriptor
deprecated
func (*Password) GetPadding ¶
func (*Password) GetPassword ¶
func (*Password) ProtoMessage ¶
func (*Password) ProtoMessage()
func (*Password) ProtoReflect ¶
func (x *Password) ProtoReflect() protoreflect.Message
type SamsungSignInCredential ¶
type SamsungSignInCredential struct { AuthCode string `protobuf:"bytes,1,opt,name=auth_code,json=authCode,proto3" json:"auth_code,omitempty"` RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` IdToken string `protobuf:"bytes,3,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` TokenEndpointUrl string `protobuf:"bytes,4,opt,name=token_endpoint_url,json=tokenEndpointUrl,proto3" json:"token_endpoint_url,omitempty"` // contains filtered or unexported fields }
func (*SamsungSignInCredential) Descriptor
deprecated
func (*SamsungSignInCredential) Descriptor() ([]byte, []int)
Deprecated: Use SamsungSignInCredential.ProtoReflect.Descriptor instead.
func (*SamsungSignInCredential) GetAuthCode ¶
func (x *SamsungSignInCredential) GetAuthCode() string
func (*SamsungSignInCredential) GetIdToken ¶
func (x *SamsungSignInCredential) GetIdToken() string
func (*SamsungSignInCredential) GetRedirectUri ¶
func (x *SamsungSignInCredential) GetRedirectUri() string
func (*SamsungSignInCredential) GetTokenEndpointUrl ¶
func (x *SamsungSignInCredential) GetTokenEndpointUrl() string
func (*SamsungSignInCredential) ProtoMessage ¶
func (*SamsungSignInCredential) ProtoMessage()
func (*SamsungSignInCredential) ProtoReflect ¶
func (x *SamsungSignInCredential) ProtoReflect() protoreflect.Message
func (*SamsungSignInCredential) Reset ¶
func (x *SamsungSignInCredential) Reset()
func (*SamsungSignInCredential) String ¶
func (x *SamsungSignInCredential) String() string
type StoredCredential ¶
type StoredCredential struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*StoredCredential) Descriptor
deprecated
func (*StoredCredential) Descriptor() ([]byte, []int)
Deprecated: Use StoredCredential.ProtoReflect.Descriptor instead.
func (*StoredCredential) GetData ¶
func (x *StoredCredential) GetData() []byte
func (*StoredCredential) GetUsername ¶
func (x *StoredCredential) GetUsername() string
func (*StoredCredential) ProtoMessage ¶
func (*StoredCredential) ProtoMessage()
func (*StoredCredential) ProtoReflect ¶
func (x *StoredCredential) ProtoReflect() protoreflect.Message
func (*StoredCredential) Reset ¶
func (x *StoredCredential) Reset()
func (*StoredCredential) String ¶
func (x *StoredCredential) String() string
Click to show internal directories.
Click to hide internal directories.