credentials

package
v0.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Password.ProtoReflect.Descriptor instead.

func (*Password) GetId

func (x *Password) GetId() string

func (*Password) GetPadding

func (x *Password) GetPadding() []byte

func (*Password) GetPassword

func (x *Password) GetPassword() string

func (*Password) ProtoMessage

func (*Password) ProtoMessage()

func (*Password) ProtoReflect

func (x *Password) ProtoReflect() protoreflect.Message

func (*Password) Reset

func (x *Password) Reset()

func (*Password) String

func (x *Password) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL