Versions in this module Expand all Collapse all v1 v1.0.1 Apr 18, 2024 Changes in this version + const SessionService_CreateSession_FullMethodName + const SessionService_DeleteSession_FullMethodName + const SessionService_GetSession_FullMethodName + const SessionService_ListSessions_FullMethodName + const SessionService_SetSession_FullMethodName + var File_zitadel_session_v2beta_challenge_proto protoreflect.FileDescriptor + var File_zitadel_session_v2beta_session_proto protoreflect.FileDescriptor + var File_zitadel_session_v2beta_session_service_proto protoreflect.FileDescriptor + var SessionFieldName_name = map[int32]string + var SessionFieldName_value = map[string]int32 + var SessionService_ServiceDesc = grpc.ServiceDesc + var UserVerificationRequirement_name = map[int32]string + var UserVerificationRequirement_value = map[string]int32 + func RegisterSessionServiceServer(s grpc.ServiceRegistrar, srv SessionServiceServer) + type Challenges struct + OtpEmail *string + OtpSms *string + WebAuthN *Challenges_WebAuthN + func (*Challenges) Descriptor() ([]byte, []int) + func (*Challenges) ProtoMessage() + func (x *Challenges) GetOtpEmail() string + func (x *Challenges) GetOtpSms() string + func (x *Challenges) GetWebAuthN() *Challenges_WebAuthN + func (x *Challenges) ProtoReflect() protoreflect.Message + func (x *Challenges) Reset() + func (x *Challenges) String() string + type Challenges_WebAuthN struct + PublicKeyCredentialRequestOptions *structpb.Struct + func (*Challenges_WebAuthN) Descriptor() ([]byte, []int) + func (*Challenges_WebAuthN) ProtoMessage() + func (x *Challenges_WebAuthN) GetPublicKeyCredentialRequestOptions() *structpb.Struct + func (x *Challenges_WebAuthN) ProtoReflect() protoreflect.Message + func (x *Challenges_WebAuthN) Reset() + func (x *Challenges_WebAuthN) String() string + type CheckIDPIntent struct + IdpIntentId string + IdpIntentToken string + func (*CheckIDPIntent) Descriptor() ([]byte, []int) + func (*CheckIDPIntent) ProtoMessage() + func (x *CheckIDPIntent) GetIdpIntentId() string + func (x *CheckIDPIntent) GetIdpIntentToken() string + func (x *CheckIDPIntent) ProtoReflect() protoreflect.Message + func (x *CheckIDPIntent) Reset() + func (x *CheckIDPIntent) String() string + type CheckOTP struct + Code string + func (*CheckOTP) Descriptor() ([]byte, []int) + func (*CheckOTP) ProtoMessage() + func (x *CheckOTP) GetCode() string + func (x *CheckOTP) ProtoReflect() protoreflect.Message + func (x *CheckOTP) Reset() + func (x *CheckOTP) String() string + type CheckPassword struct + Password string + func (*CheckPassword) Descriptor() ([]byte, []int) + func (*CheckPassword) ProtoMessage() + func (x *CheckPassword) GetPassword() string + func (x *CheckPassword) ProtoReflect() protoreflect.Message + func (x *CheckPassword) Reset() + func (x *CheckPassword) String() string + type CheckTOTP struct + Code string + func (*CheckTOTP) Descriptor() ([]byte, []int) + func (*CheckTOTP) ProtoMessage() + func (x *CheckTOTP) GetCode() string + func (x *CheckTOTP) ProtoReflect() protoreflect.Message + func (x *CheckTOTP) Reset() + func (x *CheckTOTP) String() string + type CheckUser struct + Search isCheckUser_Search + func (*CheckUser) Descriptor() ([]byte, []int) + func (*CheckUser) ProtoMessage() + func (m *CheckUser) GetSearch() isCheckUser_Search + func (x *CheckUser) GetLoginName() string + func (x *CheckUser) GetUserId() string + func (x *CheckUser) ProtoReflect() protoreflect.Message + func (x *CheckUser) Reset() + func (x *CheckUser) String() string + type CheckUser_LoginName struct + LoginName string + type CheckUser_UserId struct + UserId string + type CheckWebAuthN struct + CredentialAssertionData *structpb.Struct + func (*CheckWebAuthN) Descriptor() ([]byte, []int) + func (*CheckWebAuthN) ProtoMessage() + func (x *CheckWebAuthN) GetCredentialAssertionData() *structpb.Struct + func (x *CheckWebAuthN) ProtoReflect() protoreflect.Message + func (x *CheckWebAuthN) Reset() + func (x *CheckWebAuthN) String() string + type Checks struct + IdpIntent *CheckIDPIntent + OtpEmail *CheckOTP + OtpSms *CheckOTP + Password *CheckPassword + Totp *CheckTOTP + User *CheckUser + WebAuthN *CheckWebAuthN + func (*Checks) Descriptor() ([]byte, []int) + func (*Checks) ProtoMessage() + func (x *Checks) GetIdpIntent() *CheckIDPIntent + func (x *Checks) GetOtpEmail() *CheckOTP + func (x *Checks) GetOtpSms() *CheckOTP + func (x *Checks) GetPassword() *CheckPassword + func (x *Checks) GetTotp() *CheckTOTP + func (x *Checks) GetUser() *CheckUser + func (x *Checks) GetWebAuthN() *CheckWebAuthN + func (x *Checks) ProtoReflect() protoreflect.Message + func (x *Checks) Reset() + func (x *Checks) String() string + type CreateSessionRequest struct + Challenges *RequestChallenges + Checks *Checks + Lifetime *durationpb.Duration + Metadata map[string][]byte + UserAgent *UserAgent + func (*CreateSessionRequest) Descriptor() ([]byte, []int) + func (*CreateSessionRequest) ProtoMessage() + func (x *CreateSessionRequest) GetChallenges() *RequestChallenges + func (x *CreateSessionRequest) GetChecks() *Checks + func (x *CreateSessionRequest) GetLifetime() *durationpb.Duration + func (x *CreateSessionRequest) GetMetadata() map[string][]byte + func (x *CreateSessionRequest) GetUserAgent() *UserAgent + func (x *CreateSessionRequest) ProtoReflect() protoreflect.Message + func (x *CreateSessionRequest) Reset() + func (x *CreateSessionRequest) String() string + type CreateSessionResponse struct + Challenges *Challenges + Details *v2beta.Details + SessionId string + SessionToken string + func (*CreateSessionResponse) Descriptor() ([]byte, []int) + func (*CreateSessionResponse) ProtoMessage() + func (x *CreateSessionResponse) GetChallenges() *Challenges + func (x *CreateSessionResponse) GetDetails() *v2beta.Details + func (x *CreateSessionResponse) GetSessionId() string + func (x *CreateSessionResponse) GetSessionToken() string + func (x *CreateSessionResponse) ProtoReflect() protoreflect.Message + func (x *CreateSessionResponse) Reset() + func (x *CreateSessionResponse) String() string + type CreationDateQuery struct + CreationDate *timestamppb.Timestamp + Method object.TimestampQueryMethod + func (*CreationDateQuery) Descriptor() ([]byte, []int) + func (*CreationDateQuery) ProtoMessage() + func (x *CreationDateQuery) GetCreationDate() *timestamppb.Timestamp + func (x *CreationDateQuery) GetMethod() object.TimestampQueryMethod + func (x *CreationDateQuery) ProtoReflect() protoreflect.Message + func (x *CreationDateQuery) Reset() + func (x *CreationDateQuery) String() string + type DeleteSessionRequest struct + SessionId string + SessionToken *string + func (*DeleteSessionRequest) Descriptor() ([]byte, []int) + func (*DeleteSessionRequest) ProtoMessage() + func (x *DeleteSessionRequest) GetSessionId() string + func (x *DeleteSessionRequest) GetSessionToken() string + func (x *DeleteSessionRequest) ProtoReflect() protoreflect.Message + func (x *DeleteSessionRequest) Reset() + func (x *DeleteSessionRequest) String() string + type DeleteSessionResponse struct + Details *v2beta.Details + func (*DeleteSessionResponse) Descriptor() ([]byte, []int) + func (*DeleteSessionResponse) ProtoMessage() + func (x *DeleteSessionResponse) GetDetails() *v2beta.Details + func (x *DeleteSessionResponse) ProtoReflect() protoreflect.Message + func (x *DeleteSessionResponse) Reset() + func (x *DeleteSessionResponse) String() string + type Factors struct + Intent *IntentFactor + OtpEmail *OTPFactor + OtpSms *OTPFactor + Password *PasswordFactor + Totp *TOTPFactor + User *UserFactor + WebAuthN *WebAuthNFactor + func (*Factors) Descriptor() ([]byte, []int) + func (*Factors) ProtoMessage() + func (x *Factors) GetIntent() *IntentFactor + func (x *Factors) GetOtpEmail() *OTPFactor + func (x *Factors) GetOtpSms() *OTPFactor + func (x *Factors) GetPassword() *PasswordFactor + func (x *Factors) GetTotp() *TOTPFactor + func (x *Factors) GetUser() *UserFactor + func (x *Factors) GetWebAuthN() *WebAuthNFactor + func (x *Factors) ProtoReflect() protoreflect.Message + func (x *Factors) Reset() + func (x *Factors) String() string + type GetSessionRequest struct + SessionId string + SessionToken *string + func (*GetSessionRequest) Descriptor() ([]byte, []int) + func (*GetSessionRequest) ProtoMessage() + func (x *GetSessionRequest) GetSessionId() string + func (x *GetSessionRequest) GetSessionToken() string + func (x *GetSessionRequest) ProtoReflect() protoreflect.Message + func (x *GetSessionRequest) Reset() + func (x *GetSessionRequest) String() string + type GetSessionResponse struct + Session *Session + func (*GetSessionResponse) Descriptor() ([]byte, []int) + func (*GetSessionResponse) ProtoMessage() + func (x *GetSessionResponse) GetSession() *Session + func (x *GetSessionResponse) ProtoReflect() protoreflect.Message + func (x *GetSessionResponse) Reset() + func (x *GetSessionResponse) String() string + type IDsQuery struct + Ids []string + func (*IDsQuery) Descriptor() ([]byte, []int) + func (*IDsQuery) ProtoMessage() + func (x *IDsQuery) GetIds() []string + func (x *IDsQuery) ProtoReflect() protoreflect.Message + func (x *IDsQuery) Reset() + func (x *IDsQuery) String() string + type IntentFactor struct + VerifiedAt *timestamppb.Timestamp + func (*IntentFactor) Descriptor() ([]byte, []int) + func (*IntentFactor) ProtoMessage() + func (x *IntentFactor) GetVerifiedAt() *timestamppb.Timestamp + func (x *IntentFactor) ProtoReflect() protoreflect.Message + func (x *IntentFactor) Reset() + func (x *IntentFactor) String() string + type ListSessionsRequest struct + Queries []*SearchQuery + Query *v2beta.ListQuery + SortingColumn SessionFieldName + func (*ListSessionsRequest) Descriptor() ([]byte, []int) + func (*ListSessionsRequest) ProtoMessage() + func (x *ListSessionsRequest) GetQueries() []*SearchQuery + func (x *ListSessionsRequest) GetQuery() *v2beta.ListQuery + func (x *ListSessionsRequest) GetSortingColumn() SessionFieldName + func (x *ListSessionsRequest) ProtoReflect() protoreflect.Message + func (x *ListSessionsRequest) Reset() + func (x *ListSessionsRequest) String() string + type ListSessionsResponse struct + Details *v2beta.ListDetails + Sessions []*Session + func (*ListSessionsResponse) Descriptor() ([]byte, []int) + func (*ListSessionsResponse) ProtoMessage() + func (x *ListSessionsResponse) GetDetails() *v2beta.ListDetails + func (x *ListSessionsResponse) GetSessions() []*Session + func (x *ListSessionsResponse) ProtoReflect() protoreflect.Message + func (x *ListSessionsResponse) Reset() + func (x *ListSessionsResponse) String() string + type OTPFactor struct + VerifiedAt *timestamppb.Timestamp + func (*OTPFactor) Descriptor() ([]byte, []int) + func (*OTPFactor) ProtoMessage() + func (x *OTPFactor) GetVerifiedAt() *timestamppb.Timestamp + func (x *OTPFactor) ProtoReflect() protoreflect.Message + func (x *OTPFactor) Reset() + func (x *OTPFactor) String() string + type PasswordFactor struct + VerifiedAt *timestamppb.Timestamp + func (*PasswordFactor) Descriptor() ([]byte, []int) + func (*PasswordFactor) ProtoMessage() + func (x *PasswordFactor) GetVerifiedAt() *timestamppb.Timestamp + func (x *PasswordFactor) ProtoReflect() protoreflect.Message + func (x *PasswordFactor) Reset() + func (x *PasswordFactor) String() string + type RequestChallenges struct + OtpEmail *RequestChallenges_OTPEmail + OtpSms *RequestChallenges_OTPSMS + WebAuthN *RequestChallenges_WebAuthN + func (*RequestChallenges) Descriptor() ([]byte, []int) + func (*RequestChallenges) ProtoMessage() + func (x *RequestChallenges) GetOtpEmail() *RequestChallenges_OTPEmail + func (x *RequestChallenges) GetOtpSms() *RequestChallenges_OTPSMS + func (x *RequestChallenges) GetWebAuthN() *RequestChallenges_WebAuthN + func (x *RequestChallenges) ProtoReflect() protoreflect.Message + func (x *RequestChallenges) Reset() + func (x *RequestChallenges) String() string + type RequestChallenges_OTPEmail struct + DeliveryType isRequestChallenges_OTPEmail_DeliveryType + func (*RequestChallenges_OTPEmail) Descriptor() ([]byte, []int) + func (*RequestChallenges_OTPEmail) ProtoMessage() + func (m *RequestChallenges_OTPEmail) GetDeliveryType() isRequestChallenges_OTPEmail_DeliveryType + func (x *RequestChallenges_OTPEmail) GetReturnCode() *RequestChallenges_OTPEmail_ReturnCode + func (x *RequestChallenges_OTPEmail) GetSendCode() *RequestChallenges_OTPEmail_SendCode + func (x *RequestChallenges_OTPEmail) ProtoReflect() protoreflect.Message + func (x *RequestChallenges_OTPEmail) Reset() + func (x *RequestChallenges_OTPEmail) String() string + type RequestChallenges_OTPEmail_ReturnCode struct + func (*RequestChallenges_OTPEmail_ReturnCode) Descriptor() ([]byte, []int) + func (*RequestChallenges_OTPEmail_ReturnCode) ProtoMessage() + func (x *RequestChallenges_OTPEmail_ReturnCode) ProtoReflect() protoreflect.Message + func (x *RequestChallenges_OTPEmail_ReturnCode) Reset() + func (x *RequestChallenges_OTPEmail_ReturnCode) String() string + type RequestChallenges_OTPEmail_ReturnCode_ struct + ReturnCode *RequestChallenges_OTPEmail_ReturnCode + type RequestChallenges_OTPEmail_SendCode struct + UrlTemplate *string + func (*RequestChallenges_OTPEmail_SendCode) Descriptor() ([]byte, []int) + func (*RequestChallenges_OTPEmail_SendCode) ProtoMessage() + func (x *RequestChallenges_OTPEmail_SendCode) GetUrlTemplate() string + func (x *RequestChallenges_OTPEmail_SendCode) ProtoReflect() protoreflect.Message + func (x *RequestChallenges_OTPEmail_SendCode) Reset() + func (x *RequestChallenges_OTPEmail_SendCode) String() string + type RequestChallenges_OTPEmail_SendCode_ struct + SendCode *RequestChallenges_OTPEmail_SendCode + type RequestChallenges_OTPSMS struct + ReturnCode bool + func (*RequestChallenges_OTPSMS) Descriptor() ([]byte, []int) + func (*RequestChallenges_OTPSMS) ProtoMessage() + func (x *RequestChallenges_OTPSMS) GetReturnCode() bool + func (x *RequestChallenges_OTPSMS) ProtoReflect() protoreflect.Message + func (x *RequestChallenges_OTPSMS) Reset() + func (x *RequestChallenges_OTPSMS) String() string + type RequestChallenges_WebAuthN struct + Domain string + UserVerificationRequirement UserVerificationRequirement + func (*RequestChallenges_WebAuthN) Descriptor() ([]byte, []int) + func (*RequestChallenges_WebAuthN) ProtoMessage() + func (x *RequestChallenges_WebAuthN) GetDomain() string + func (x *RequestChallenges_WebAuthN) GetUserVerificationRequirement() UserVerificationRequirement + func (x *RequestChallenges_WebAuthN) ProtoReflect() protoreflect.Message + func (x *RequestChallenges_WebAuthN) Reset() + func (x *RequestChallenges_WebAuthN) String() string + type SearchQuery struct + Query isSearchQuery_Query + func (*SearchQuery) Descriptor() ([]byte, []int) + func (*SearchQuery) ProtoMessage() + func (m *SearchQuery) GetQuery() isSearchQuery_Query + func (x *SearchQuery) GetCreationDateQuery() *CreationDateQuery + func (x *SearchQuery) GetIdsQuery() *IDsQuery + func (x *SearchQuery) GetUserIdQuery() *UserIDQuery + func (x *SearchQuery) ProtoReflect() protoreflect.Message + func (x *SearchQuery) Reset() + func (x *SearchQuery) String() string + type SearchQuery_CreationDateQuery struct + CreationDateQuery *CreationDateQuery + type SearchQuery_IdsQuery struct + IdsQuery *IDsQuery + type SearchQuery_UserIdQuery struct + UserIdQuery *UserIDQuery + type Session struct + ChangeDate *timestamppb.Timestamp + CreationDate *timestamppb.Timestamp + ExpirationDate *timestamppb.Timestamp + Factors *Factors + Id string + Metadata map[string][]byte + Sequence uint64 + UserAgent *UserAgent + func (*Session) Descriptor() ([]byte, []int) + func (*Session) ProtoMessage() + func (x *Session) GetChangeDate() *timestamppb.Timestamp + func (x *Session) GetCreationDate() *timestamppb.Timestamp + func (x *Session) GetExpirationDate() *timestamppb.Timestamp + func (x *Session) GetFactors() *Factors + func (x *Session) GetId() string + func (x *Session) GetMetadata() map[string][]byte + func (x *Session) GetSequence() uint64 + func (x *Session) GetUserAgent() *UserAgent + func (x *Session) ProtoReflect() protoreflect.Message + func (x *Session) Reset() + func (x *Session) String() string + type SessionFieldName int32 + const SessionFieldName_SESSION_FIELD_NAME_CREATION_DATE + const SessionFieldName_SESSION_FIELD_NAME_UNSPECIFIED + func (SessionFieldName) Descriptor() protoreflect.EnumDescriptor + func (SessionFieldName) EnumDescriptor() ([]byte, []int) + func (SessionFieldName) Type() protoreflect.EnumType + func (x SessionFieldName) Enum() *SessionFieldName + func (x SessionFieldName) Number() protoreflect.EnumNumber + func (x SessionFieldName) String() string + type SessionServiceClient interface + CreateSession func(ctx context.Context, in *CreateSessionRequest, opts ...grpc.CallOption) (*CreateSessionResponse, error) + DeleteSession func(ctx context.Context, in *DeleteSessionRequest, opts ...grpc.CallOption) (*DeleteSessionResponse, error) + GetSession func(ctx context.Context, in *GetSessionRequest, opts ...grpc.CallOption) (*GetSessionResponse, error) + ListSessions func(ctx context.Context, in *ListSessionsRequest, opts ...grpc.CallOption) (*ListSessionsResponse, error) + SetSession func(ctx context.Context, in *SetSessionRequest, opts ...grpc.CallOption) (*SetSessionResponse, error) + func NewSessionServiceClient(cc grpc.ClientConnInterface) SessionServiceClient + type SessionServiceServer interface + CreateSession func(context.Context, *CreateSessionRequest) (*CreateSessionResponse, error) + DeleteSession func(context.Context, *DeleteSessionRequest) (*DeleteSessionResponse, error) + GetSession func(context.Context, *GetSessionRequest) (*GetSessionResponse, error) + ListSessions func(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error) + SetSession func(context.Context, *SetSessionRequest) (*SetSessionResponse, error) + type SetSessionRequest struct + Challenges *RequestChallenges + Checks *Checks + Lifetime *durationpb.Duration + Metadata map[string][]byte + SessionId string + SessionToken string + func (*SetSessionRequest) Descriptor() ([]byte, []int) + func (*SetSessionRequest) ProtoMessage() + func (x *SetSessionRequest) GetChallenges() *RequestChallenges + func (x *SetSessionRequest) GetChecks() *Checks + func (x *SetSessionRequest) GetLifetime() *durationpb.Duration + func (x *SetSessionRequest) GetMetadata() map[string][]byte + func (x *SetSessionRequest) GetSessionId() string + func (x *SetSessionRequest) GetSessionToken() string + func (x *SetSessionRequest) ProtoReflect() protoreflect.Message + func (x *SetSessionRequest) Reset() + func (x *SetSessionRequest) String() string + type SetSessionResponse struct + Challenges *Challenges + Details *v2beta.Details + SessionToken string + func (*SetSessionResponse) Descriptor() ([]byte, []int) + func (*SetSessionResponse) ProtoMessage() + func (x *SetSessionResponse) GetChallenges() *Challenges + func (x *SetSessionResponse) GetDetails() *v2beta.Details + func (x *SetSessionResponse) GetSessionToken() string + func (x *SetSessionResponse) ProtoReflect() protoreflect.Message + func (x *SetSessionResponse) Reset() + func (x *SetSessionResponse) String() string + type TOTPFactor struct + VerifiedAt *timestamppb.Timestamp + func (*TOTPFactor) Descriptor() ([]byte, []int) + func (*TOTPFactor) ProtoMessage() + func (x *TOTPFactor) GetVerifiedAt() *timestamppb.Timestamp + func (x *TOTPFactor) ProtoReflect() protoreflect.Message + func (x *TOTPFactor) Reset() + func (x *TOTPFactor) String() string + type UnimplementedSessionServiceServer struct + func (UnimplementedSessionServiceServer) CreateSession(context.Context, *CreateSessionRequest) (*CreateSessionResponse, error) + func (UnimplementedSessionServiceServer) DeleteSession(context.Context, *DeleteSessionRequest) (*DeleteSessionResponse, error) + func (UnimplementedSessionServiceServer) GetSession(context.Context, *GetSessionRequest) (*GetSessionResponse, error) + func (UnimplementedSessionServiceServer) ListSessions(context.Context, *ListSessionsRequest) (*ListSessionsResponse, error) + func (UnimplementedSessionServiceServer) SetSession(context.Context, *SetSessionRequest) (*SetSessionResponse, error) + type UnsafeSessionServiceServer interface + type UserAgent struct + Description *string + FingerprintId *string + Header map[string]*UserAgent_HeaderValues + Ip *string + func (*UserAgent) Descriptor() ([]byte, []int) + func (*UserAgent) ProtoMessage() + func (x *UserAgent) GetDescription() string + func (x *UserAgent) GetFingerprintId() string + func (x *UserAgent) GetHeader() map[string]*UserAgent_HeaderValues + func (x *UserAgent) GetIp() string + func (x *UserAgent) ProtoReflect() protoreflect.Message + func (x *UserAgent) Reset() + func (x *UserAgent) String() string + type UserAgent_HeaderValues struct + Values []string + func (*UserAgent_HeaderValues) Descriptor() ([]byte, []int) + func (*UserAgent_HeaderValues) ProtoMessage() + func (x *UserAgent_HeaderValues) GetValues() []string + func (x *UserAgent_HeaderValues) ProtoReflect() protoreflect.Message + func (x *UserAgent_HeaderValues) Reset() + func (x *UserAgent_HeaderValues) String() string + type UserFactor struct + DisplayName string + Id string + LoginName string + OrganisationId string + OrganizationId string + VerifiedAt *timestamppb.Timestamp + func (*UserFactor) Descriptor() ([]byte, []int) + func (*UserFactor) ProtoMessage() + func (x *UserFactor) GetDisplayName() string + func (x *UserFactor) GetId() string + func (x *UserFactor) GetLoginName() string + func (x *UserFactor) GetOrganisationId() string + func (x *UserFactor) GetOrganizationId() string + func (x *UserFactor) GetVerifiedAt() *timestamppb.Timestamp + func (x *UserFactor) ProtoReflect() protoreflect.Message + func (x *UserFactor) Reset() + func (x *UserFactor) String() string + type UserIDQuery struct + Id string + func (*UserIDQuery) Descriptor() ([]byte, []int) + func (*UserIDQuery) ProtoMessage() + func (x *UserIDQuery) GetId() string + func (x *UserIDQuery) ProtoReflect() protoreflect.Message + func (x *UserIDQuery) Reset() + func (x *UserIDQuery) String() string + type UserVerificationRequirement int32 + const UserVerificationRequirement_USER_VERIFICATION_REQUIREMENT_DISCOURAGED + const UserVerificationRequirement_USER_VERIFICATION_REQUIREMENT_PREFERRED + const UserVerificationRequirement_USER_VERIFICATION_REQUIREMENT_REQUIRED + const UserVerificationRequirement_USER_VERIFICATION_REQUIREMENT_UNSPECIFIED + func (UserVerificationRequirement) Descriptor() protoreflect.EnumDescriptor + func (UserVerificationRequirement) EnumDescriptor() ([]byte, []int) + func (UserVerificationRequirement) Type() protoreflect.EnumType + func (x UserVerificationRequirement) Enum() *UserVerificationRequirement + func (x UserVerificationRequirement) Number() protoreflect.EnumNumber + func (x UserVerificationRequirement) String() string + type WebAuthNFactor struct + UserVerified bool + VerifiedAt *timestamppb.Timestamp + func (*WebAuthNFactor) Descriptor() ([]byte, []int) + func (*WebAuthNFactor) ProtoMessage() + func (x *WebAuthNFactor) GetUserVerified() bool + func (x *WebAuthNFactor) GetVerifiedAt() *timestamppb.Timestamp + func (x *WebAuthNFactor) ProtoReflect() protoreflect.Message + func (x *WebAuthNFactor) Reset() + func (x *WebAuthNFactor) String() string