Versions in this module Expand all Collapse all v0 v0.1.11 Apr 27, 2026 v0.1.10 Apr 27, 2026 Changes in this version + var File_internal_contracts_auth_proto protoreflect.FileDescriptor + type AuthMethodsPolicyConfig struct + AuthRoutesEnabled *bool + Environment string + GoogleOauthClientId string + GoogleOauthClientSecret string + GoogleOauthRedirectUrl string + OauthProvider string + OauthRoutesEnabled *bool + PasswordAuthEnabled *bool + PasswordEnabled *bool + PasswordHashCount int32 + RoutesEnabled *bool + SmsEnabled *bool + SmtpFrom string + SmtpHost string + TotpAuthEnabled *bool + TotpEnabled *bool + TwilioAccountSid string + TwilioApiKeySecret string + TwilioApiKeySid string + TwilioAuthToken string + TwilioVerifyServiceSid string + WebauthnOrigin string + WebauthnRpId string + func (*AuthMethodsPolicyConfig) Descriptor() ([]byte, []int) + func (*AuthMethodsPolicyConfig) ProtoMessage() + func (x *AuthMethodsPolicyConfig) GetAuthRoutesEnabled() bool + func (x *AuthMethodsPolicyConfig) GetEnvironment() string + func (x *AuthMethodsPolicyConfig) GetGoogleOauthClientId() string + func (x *AuthMethodsPolicyConfig) GetGoogleOauthClientSecret() string + func (x *AuthMethodsPolicyConfig) GetGoogleOauthRedirectUrl() string + func (x *AuthMethodsPolicyConfig) GetOauthProvider() string + func (x *AuthMethodsPolicyConfig) GetOauthRoutesEnabled() bool + func (x *AuthMethodsPolicyConfig) GetPasswordAuthEnabled() bool + func (x *AuthMethodsPolicyConfig) GetPasswordEnabled() bool + func (x *AuthMethodsPolicyConfig) GetPasswordHashCount() int32 + func (x *AuthMethodsPolicyConfig) GetRoutesEnabled() bool + func (x *AuthMethodsPolicyConfig) GetSmsEnabled() bool + func (x *AuthMethodsPolicyConfig) GetSmtpFrom() string + func (x *AuthMethodsPolicyConfig) GetSmtpHost() string + func (x *AuthMethodsPolicyConfig) GetTotpAuthEnabled() bool + func (x *AuthMethodsPolicyConfig) GetTotpEnabled() bool + func (x *AuthMethodsPolicyConfig) GetTwilioAccountSid() string + func (x *AuthMethodsPolicyConfig) GetTwilioApiKeySecret() string + func (x *AuthMethodsPolicyConfig) GetTwilioApiKeySid() string + func (x *AuthMethodsPolicyConfig) GetTwilioAuthToken() string + func (x *AuthMethodsPolicyConfig) GetTwilioVerifyServiceSid() string + func (x *AuthMethodsPolicyConfig) GetWebauthnOrigin() string + func (x *AuthMethodsPolicyConfig) GetWebauthnRpId() string + func (x *AuthMethodsPolicyConfig) ProtoReflect() protoreflect.Message + func (x *AuthMethodsPolicyConfig) Reset() + func (x *AuthMethodsPolicyConfig) String() string + type AuthMethodsPolicyInput struct + AuthRoutesEnabled *bool + Environment string + GoogleOauthClientId string + GoogleOauthClientSecret string + GoogleOauthRedirectUrl string + OauthProvider string + OauthRoutesEnabled *bool + PasswordAuthEnabled *bool + PasswordEnabled *bool + PasswordHashCount int32 + RoutesEnabled *bool + SmsEnabled *bool + SmtpFrom string + SmtpHost string + TotpAuthEnabled *bool + TotpEnabled *bool + TwilioAccountSid string + TwilioApiKeySecret string + TwilioApiKeySid string + TwilioAuthToken string + TwilioVerifyServiceSid string + WebauthnOrigin string + WebauthnRpId string + func (*AuthMethodsPolicyInput) Descriptor() ([]byte, []int) + func (*AuthMethodsPolicyInput) ProtoMessage() + func (x *AuthMethodsPolicyInput) GetAuthRoutesEnabled() bool + func (x *AuthMethodsPolicyInput) GetEnvironment() string + func (x *AuthMethodsPolicyInput) GetGoogleOauthClientId() string + func (x *AuthMethodsPolicyInput) GetGoogleOauthClientSecret() string + func (x *AuthMethodsPolicyInput) GetGoogleOauthRedirectUrl() string + func (x *AuthMethodsPolicyInput) GetOauthProvider() string + func (x *AuthMethodsPolicyInput) GetOauthRoutesEnabled() bool + func (x *AuthMethodsPolicyInput) GetPasswordAuthEnabled() bool + func (x *AuthMethodsPolicyInput) GetPasswordEnabled() bool + func (x *AuthMethodsPolicyInput) GetPasswordHashCount() int32 + func (x *AuthMethodsPolicyInput) GetRoutesEnabled() bool + func (x *AuthMethodsPolicyInput) GetSmsEnabled() bool + func (x *AuthMethodsPolicyInput) GetSmtpFrom() string + func (x *AuthMethodsPolicyInput) GetSmtpHost() string + func (x *AuthMethodsPolicyInput) GetTotpAuthEnabled() bool + func (x *AuthMethodsPolicyInput) GetTotpEnabled() bool + func (x *AuthMethodsPolicyInput) GetTwilioAccountSid() string + func (x *AuthMethodsPolicyInput) GetTwilioApiKeySecret() string + func (x *AuthMethodsPolicyInput) GetTwilioApiKeySid() string + func (x *AuthMethodsPolicyInput) GetTwilioAuthToken() string + func (x *AuthMethodsPolicyInput) GetTwilioVerifyServiceSid() string + func (x *AuthMethodsPolicyInput) GetWebauthnOrigin() string + func (x *AuthMethodsPolicyInput) GetWebauthnRpId() string + func (x *AuthMethodsPolicyInput) ProtoReflect() protoreflect.Message + func (x *AuthMethodsPolicyInput) Reset() + func (x *AuthMethodsPolicyInput) String() string + type AuthMethodsPolicyOutput struct + EmailCodeEnabled bool + Error string + OauthProviders []string + PasskeyEnabled bool + PasswordAuthEnabled bool + PasswordEnabled bool + PrimaryMethodCount int32 + SmsCodeEnabled bool + TotpEnabled bool + func (*AuthMethodsPolicyOutput) Descriptor() ([]byte, []int) + func (*AuthMethodsPolicyOutput) ProtoMessage() + func (x *AuthMethodsPolicyOutput) GetEmailCodeEnabled() bool + func (x *AuthMethodsPolicyOutput) GetError() string + func (x *AuthMethodsPolicyOutput) GetOauthProviders() []string + func (x *AuthMethodsPolicyOutput) GetPasskeyEnabled() bool + func (x *AuthMethodsPolicyOutput) GetPasswordAuthEnabled() bool + func (x *AuthMethodsPolicyOutput) GetPasswordEnabled() bool + func (x *AuthMethodsPolicyOutput) GetPrimaryMethodCount() int32 + func (x *AuthMethodsPolicyOutput) GetSmsCodeEnabled() bool + func (x *AuthMethodsPolicyOutput) GetTotpEnabled() bool + func (x *AuthMethodsPolicyOutput) ProtoReflect() protoreflect.Message + func (x *AuthMethodsPolicyOutput) Reset() + func (x *AuthMethodsPolicyOutput) String() string + type AuthMethodsResponseOutput struct + EmailCodeEnabled bool + Error string + Methods []string + OauthProviders []string + PasskeyEnabled bool + PasswordAuthEnabled bool + PasswordEnabled bool + PrimaryMethodCount int32 + SmsCodeEnabled bool + TotpEnabled bool + func (*AuthMethodsResponseOutput) Descriptor() ([]byte, []int) + func (*AuthMethodsResponseOutput) ProtoMessage() + func (x *AuthMethodsResponseOutput) GetEmailCodeEnabled() bool + func (x *AuthMethodsResponseOutput) GetError() string + func (x *AuthMethodsResponseOutput) GetMethods() []string + func (x *AuthMethodsResponseOutput) GetOauthProviders() []string + func (x *AuthMethodsResponseOutput) GetPasskeyEnabled() bool + func (x *AuthMethodsResponseOutput) GetPasswordAuthEnabled() bool + func (x *AuthMethodsResponseOutput) GetPasswordEnabled() bool + func (x *AuthMethodsResponseOutput) GetPrimaryMethodCount() int32 + func (x *AuthMethodsResponseOutput) GetSmsCodeEnabled() bool + func (x *AuthMethodsResponseOutput) GetTotpEnabled() bool + func (x *AuthMethodsResponseOutput) ProtoReflect() protoreflect.Message + func (x *AuthMethodsResponseOutput) Reset() + func (x *AuthMethodsResponseOutput) String() string + type AuthPolicyAuditOutput struct + Error string + Passed bool + Violations []string + func (*AuthPolicyAuditOutput) Descriptor() ([]byte, []int) + func (*AuthPolicyAuditOutput) ProtoMessage() + func (x *AuthPolicyAuditOutput) GetError() string + func (x *AuthPolicyAuditOutput) GetPassed() bool + func (x *AuthPolicyAuditOutput) GetViolations() []string + func (x *AuthPolicyAuditOutput) ProtoReflect() protoreflect.Message + func (x *AuthPolicyAuditOutput) Reset() + func (x *AuthPolicyAuditOutput) String() string + type AuthPolicyGateConfig struct + JwtSecret string + OauthSupportedProviders []string + PolicyStep string + RequiredRuntimeKeys []string + SigningSecret string + func (*AuthPolicyGateConfig) Descriptor() ([]byte, []int) + func (*AuthPolicyGateConfig) ProtoMessage() + func (x *AuthPolicyGateConfig) GetJwtSecret() string + func (x *AuthPolicyGateConfig) GetOauthSupportedProviders() []string + func (x *AuthPolicyGateConfig) GetPolicyStep() string + func (x *AuthPolicyGateConfig) GetRequiredRuntimeKeys() []string + func (x *AuthPolicyGateConfig) GetSigningSecret() string + func (x *AuthPolicyGateConfig) ProtoReflect() protoreflect.Message + func (x *AuthPolicyGateConfig) Reset() + func (x *AuthPolicyGateConfig) String() string + type AuthPolicyGateInput struct + EmailCodeEnabled bool + JwtSecret string + OauthProviders []string + PasskeyEnabled bool + PasswordAuthEnabled bool + PasswordEnabled bool + PrimaryMethodCount int32 + SigningSecret string + SmsCodeEnabled bool + TotpEnabled bool + func (*AuthPolicyGateInput) Descriptor() ([]byte, []int) + func (*AuthPolicyGateInput) ProtoMessage() + func (x *AuthPolicyGateInput) GetEmailCodeEnabled() bool + func (x *AuthPolicyGateInput) GetJwtSecret() string + func (x *AuthPolicyGateInput) GetOauthProviders() []string + func (x *AuthPolicyGateInput) GetPasskeyEnabled() bool + func (x *AuthPolicyGateInput) GetPasswordAuthEnabled() bool + func (x *AuthPolicyGateInput) GetPasswordEnabled() bool + func (x *AuthPolicyGateInput) GetPrimaryMethodCount() int32 + func (x *AuthPolicyGateInput) GetSigningSecret() string + func (x *AuthPolicyGateInput) GetSmsCodeEnabled() bool + func (x *AuthPolicyGateInput) GetTotpEnabled() bool + func (x *AuthPolicyGateInput) ProtoReflect() protoreflect.Message + func (x *AuthPolicyGateInput) Reset() + func (x *AuthPolicyGateInput) String() string + type ChallengeGenerateInput struct + Channel string + Destination string + Purpose string + SigningSecret string + TenantId string + TtlMinutes int32 + func (*ChallengeGenerateInput) Descriptor() ([]byte, []int) + func (*ChallengeGenerateInput) ProtoMessage() + func (x *ChallengeGenerateInput) GetChannel() string + func (x *ChallengeGenerateInput) GetDestination() string + func (x *ChallengeGenerateInput) GetPurpose() string + func (x *ChallengeGenerateInput) GetSigningSecret() string + func (x *ChallengeGenerateInput) GetTenantId() string + func (x *ChallengeGenerateInput) GetTtlMinutes() int32 + func (x *ChallengeGenerateInput) ProtoReflect() protoreflect.Message + func (x *ChallengeGenerateInput) Reset() + func (x *ChallengeGenerateInput) String() string + type ChallengeGenerateOutput struct + Channel string + Code string + CodeHash string + Destination string + Error string + ExpiresAt string + func (*ChallengeGenerateOutput) Descriptor() ([]byte, []int) + func (*ChallengeGenerateOutput) ProtoMessage() + func (x *ChallengeGenerateOutput) GetChannel() string + func (x *ChallengeGenerateOutput) GetCode() string + func (x *ChallengeGenerateOutput) GetCodeHash() string + func (x *ChallengeGenerateOutput) GetDestination() string + func (x *ChallengeGenerateOutput) GetError() string + func (x *ChallengeGenerateOutput) GetExpiresAt() string + func (x *ChallengeGenerateOutput) ProtoReflect() protoreflect.Message + func (x *ChallengeGenerateOutput) Reset() + func (x *ChallengeGenerateOutput) String() string + type ChallengeVerifyInput struct + Attempts int32 + Channel string + Code string + CodeHash string + Destination string + ExpiresAt string + MaxAttempts int32 + Purpose string + SigningSecret string + TenantId string + func (*ChallengeVerifyInput) Descriptor() ([]byte, []int) + func (*ChallengeVerifyInput) ProtoMessage() + func (x *ChallengeVerifyInput) GetAttempts() int32 + func (x *ChallengeVerifyInput) GetChannel() string + func (x *ChallengeVerifyInput) GetCode() string + func (x *ChallengeVerifyInput) GetCodeHash() string + func (x *ChallengeVerifyInput) GetDestination() string + func (x *ChallengeVerifyInput) GetExpiresAt() string + func (x *ChallengeVerifyInput) GetMaxAttempts() int32 + func (x *ChallengeVerifyInput) GetPurpose() string + func (x *ChallengeVerifyInput) GetSigningSecret() string + func (x *ChallengeVerifyInput) GetTenantId() string + func (x *ChallengeVerifyInput) ProtoReflect() protoreflect.Message + func (x *ChallengeVerifyInput) Reset() + func (x *ChallengeVerifyInput) String() string + type ChallengeVerifyOutput struct + Error string + Valid bool + func (*ChallengeVerifyOutput) Descriptor() ([]byte, []int) + func (*ChallengeVerifyOutput) ProtoMessage() + func (x *ChallengeVerifyOutput) GetError() string + func (x *ChallengeVerifyOutput) GetValid() bool + func (x *ChallengeVerifyOutput) ProtoReflect() protoreflect.Message + func (x *ChallengeVerifyOutput) Reset() + func (x *ChallengeVerifyOutput) String() string + type CredentialListInput struct + CredentialsJson string + func (*CredentialListInput) Descriptor() ([]byte, []int) + func (*CredentialListInput) ProtoMessage() + func (x *CredentialListInput) GetCredentialsJson() string + func (x *CredentialListInput) ProtoReflect() protoreflect.Message + func (x *CredentialListInput) Reset() + func (x *CredentialListInput) String() string + type CredentialListOutput struct + Count int32 + Credentials []*CredentialSummary + Error string + func (*CredentialListOutput) Descriptor() ([]byte, []int) + func (*CredentialListOutput) ProtoMessage() + func (x *CredentialListOutput) GetCount() int32 + func (x *CredentialListOutput) GetCredentials() []*CredentialSummary + func (x *CredentialListOutput) GetError() string + func (x *CredentialListOutput) ProtoReflect() protoreflect.Message + func (x *CredentialListOutput) Reset() + func (x *CredentialListOutput) String() string + type CredentialModuleConfig struct + Optional bool + Origin string + RpDisplayName string + RpId string + func (*CredentialModuleConfig) Descriptor() ([]byte, []int) + func (*CredentialModuleConfig) ProtoMessage() + func (x *CredentialModuleConfig) GetOptional() bool + func (x *CredentialModuleConfig) GetOrigin() string + func (x *CredentialModuleConfig) GetRpDisplayName() string + func (x *CredentialModuleConfig) GetRpId() string + func (x *CredentialModuleConfig) ProtoReflect() protoreflect.Message + func (x *CredentialModuleConfig) Reset() + func (x *CredentialModuleConfig) String() string + type CredentialRevokeInput struct + CredentialId string + OwnerUserId string + UserId string + func (*CredentialRevokeInput) Descriptor() ([]byte, []int) + func (*CredentialRevokeInput) ProtoMessage() + func (x *CredentialRevokeInput) GetCredentialId() string + func (x *CredentialRevokeInput) GetOwnerUserId() string + func (x *CredentialRevokeInput) GetUserId() string + func (x *CredentialRevokeInput) ProtoReflect() protoreflect.Message + func (x *CredentialRevokeInput) Reset() + func (x *CredentialRevokeInput) String() string + type CredentialRevokeOutput struct + Authorized bool + CredentialId string + Error string + func (*CredentialRevokeOutput) Descriptor() ([]byte, []int) + func (*CredentialRevokeOutput) ProtoMessage() + func (x *CredentialRevokeOutput) GetAuthorized() bool + func (x *CredentialRevokeOutput) GetCredentialId() string + func (x *CredentialRevokeOutput) GetError() string + func (x *CredentialRevokeOutput) ProtoReflect() protoreflect.Message + func (x *CredentialRevokeOutput) Reset() + func (x *CredentialRevokeOutput) String() string + type CredentialSummary struct + CreatedAt string + DeviceName string + Id string + LastUsed string + Type string + func (*CredentialSummary) Descriptor() ([]byte, []int) + func (*CredentialSummary) ProtoMessage() + func (x *CredentialSummary) GetCreatedAt() string + func (x *CredentialSummary) GetDeviceName() string + func (x *CredentialSummary) GetId() string + func (x *CredentialSummary) GetLastUsed() string + func (x *CredentialSummary) GetType() string + func (x *CredentialSummary) ProtoReflect() protoreflect.Message + func (x *CredentialSummary) Reset() + func (x *CredentialSummary) String() string + type EmptyConfig struct + func (*EmptyConfig) Descriptor() ([]byte, []int) + func (*EmptyConfig) ProtoMessage() + func (x *EmptyConfig) ProtoReflect() protoreflect.Message + func (x *EmptyConfig) Reset() + func (x *EmptyConfig) String() string + type MagicLinkGenerateInput struct + Email string + SigningSecret string + func (*MagicLinkGenerateInput) Descriptor() ([]byte, []int) + func (*MagicLinkGenerateInput) ProtoMessage() + func (x *MagicLinkGenerateInput) GetEmail() string + func (x *MagicLinkGenerateInput) GetSigningSecret() string + func (x *MagicLinkGenerateInput) ProtoReflect() protoreflect.Message + func (x *MagicLinkGenerateInput) Reset() + func (x *MagicLinkGenerateInput) String() string + type MagicLinkGenerateOutput struct + Email string + Error string + ExpiresAt string + Signature string + Token string + TokenHash string + func (*MagicLinkGenerateOutput) Descriptor() ([]byte, []int) + func (*MagicLinkGenerateOutput) ProtoMessage() + func (x *MagicLinkGenerateOutput) GetEmail() string + func (x *MagicLinkGenerateOutput) GetError() string + func (x *MagicLinkGenerateOutput) GetExpiresAt() string + func (x *MagicLinkGenerateOutput) GetSignature() string + func (x *MagicLinkGenerateOutput) GetToken() string + func (x *MagicLinkGenerateOutput) GetTokenHash() string + func (x *MagicLinkGenerateOutput) ProtoReflect() protoreflect.Message + func (x *MagicLinkGenerateOutput) Reset() + func (x *MagicLinkGenerateOutput) String() string + type MagicLinkSendConfig struct + FromAddress string + SmtpHost string + SmtpPass string + SmtpPort int32 + SmtpUser string + func (*MagicLinkSendConfig) Descriptor() ([]byte, []int) + func (*MagicLinkSendConfig) ProtoMessage() + func (x *MagicLinkSendConfig) GetFromAddress() string + func (x *MagicLinkSendConfig) GetSmtpHost() string + func (x *MagicLinkSendConfig) GetSmtpPass() string + func (x *MagicLinkSendConfig) GetSmtpPort() int32 + func (x *MagicLinkSendConfig) GetSmtpUser() string + func (x *MagicLinkSendConfig) ProtoReflect() protoreflect.Message + func (x *MagicLinkSendConfig) Reset() + func (x *MagicLinkSendConfig) String() string + type MagicLinkSendInput struct + MagicLinkUrl string + To string + func (*MagicLinkSendInput) Descriptor() ([]byte, []int) + func (*MagicLinkSendInput) ProtoMessage() + func (x *MagicLinkSendInput) GetMagicLinkUrl() string + func (x *MagicLinkSendInput) GetTo() string + func (x *MagicLinkSendInput) ProtoReflect() protoreflect.Message + func (x *MagicLinkSendInput) Reset() + func (x *MagicLinkSendInput) String() string + type MagicLinkSendOutput struct + DevMode bool + Error string + MagicLinkUrl string + Sent bool + To string + func (*MagicLinkSendOutput) Descriptor() ([]byte, []int) + func (*MagicLinkSendOutput) ProtoMessage() + func (x *MagicLinkSendOutput) GetDevMode() bool + func (x *MagicLinkSendOutput) GetError() string + func (x *MagicLinkSendOutput) GetMagicLinkUrl() string + func (x *MagicLinkSendOutput) GetSent() bool + func (x *MagicLinkSendOutput) GetTo() string + func (x *MagicLinkSendOutput) ProtoReflect() protoreflect.Message + func (x *MagicLinkSendOutput) Reset() + func (x *MagicLinkSendOutput) String() string + type MagicLinkVerifyInput struct + ExpiresAt string + StoredHash string + Token string + func (*MagicLinkVerifyInput) Descriptor() ([]byte, []int) + func (*MagicLinkVerifyInput) ProtoMessage() + func (x *MagicLinkVerifyInput) GetExpiresAt() string + func (x *MagicLinkVerifyInput) GetStoredHash() string + func (x *MagicLinkVerifyInput) GetToken() string + func (x *MagicLinkVerifyInput) ProtoReflect() protoreflect.Message + func (x *MagicLinkVerifyInput) Reset() + func (x *MagicLinkVerifyInput) String() string + type MagicLinkVerifyOutput struct + Error string + Valid bool + func (*MagicLinkVerifyOutput) Descriptor() ([]byte, []int) + func (*MagicLinkVerifyOutput) ProtoMessage() + func (x *MagicLinkVerifyOutput) GetError() string + func (x *MagicLinkVerifyOutput) GetValid() bool + func (x *MagicLinkVerifyOutput) ProtoReflect() protoreflect.Message + func (x *MagicLinkVerifyOutput) Reset() + func (x *MagicLinkVerifyOutput) String() string + type NormalizePhoneInput struct + Phone string + func (*NormalizePhoneInput) Descriptor() ([]byte, []int) + func (*NormalizePhoneInput) ProtoMessage() + func (x *NormalizePhoneInput) GetPhone() string + func (x *NormalizePhoneInput) ProtoReflect() protoreflect.Message + func (x *NormalizePhoneInput) Reset() + func (x *NormalizePhoneInput) String() string + type NormalizePhoneOutput struct + Country string + Error string + Phone string + PhoneE164 string + PhoneValid bool + Valid bool + func (*NormalizePhoneOutput) Descriptor() ([]byte, []int) + func (*NormalizePhoneOutput) ProtoMessage() + func (x *NormalizePhoneOutput) GetCountry() string + func (x *NormalizePhoneOutput) GetError() string + func (x *NormalizePhoneOutput) GetPhone() string + func (x *NormalizePhoneOutput) GetPhoneE164() string + func (x *NormalizePhoneOutput) GetPhoneValid() bool + func (x *NormalizePhoneOutput) GetValid() bool + func (x *NormalizePhoneOutput) ProtoReflect() protoreflect.Message + func (x *NormalizePhoneOutput) Reset() + func (x *NormalizePhoneOutput) String() string + type OAuthExchangeOutput struct + AccessToken string + Error string + Exchanged bool + ExpiresIn int32 + IdToken string + Provider string + RawTokens *structpb.Struct + RefreshToken string + Scope string + TokenType string + func (*OAuthExchangeOutput) Descriptor() ([]byte, []int) + func (*OAuthExchangeOutput) ProtoMessage() + func (x *OAuthExchangeOutput) GetAccessToken() string + func (x *OAuthExchangeOutput) GetError() string + func (x *OAuthExchangeOutput) GetExchanged() bool + func (x *OAuthExchangeOutput) GetExpiresIn() int32 + func (x *OAuthExchangeOutput) GetIdToken() string + func (x *OAuthExchangeOutput) GetProvider() string + func (x *OAuthExchangeOutput) GetRawTokens() *structpb.Struct + func (x *OAuthExchangeOutput) GetRefreshToken() string + func (x *OAuthExchangeOutput) GetScope() string + func (x *OAuthExchangeOutput) GetTokenType() string + func (x *OAuthExchangeOutput) ProtoReflect() protoreflect.Message + func (x *OAuthExchangeOutput) Reset() + func (x *OAuthExchangeOutput) String() string + type OAuthProviderConfig struct + AllowInsecureTestOauthEndpoints *bool + GoogleOauthAuthorizationUrl string + GoogleOauthClientId string + GoogleOauthClientSecret string + GoogleOauthRedirectUrl string + GoogleOauthScopes []string + GoogleOauthTokenUrl string + GoogleOauthUserinfoUrl string + PkceRequired *bool + Provider string + func (*OAuthProviderConfig) Descriptor() ([]byte, []int) + func (*OAuthProviderConfig) ProtoMessage() + func (x *OAuthProviderConfig) GetAllowInsecureTestOauthEndpoints() bool + func (x *OAuthProviderConfig) GetGoogleOauthAuthorizationUrl() string + func (x *OAuthProviderConfig) GetGoogleOauthClientId() string + func (x *OAuthProviderConfig) GetGoogleOauthClientSecret() string + func (x *OAuthProviderConfig) GetGoogleOauthRedirectUrl() string + func (x *OAuthProviderConfig) GetGoogleOauthScopes() []string + func (x *OAuthProviderConfig) GetGoogleOauthTokenUrl() string + func (x *OAuthProviderConfig) GetGoogleOauthUserinfoUrl() string + func (x *OAuthProviderConfig) GetPkceRequired() bool + func (x *OAuthProviderConfig) GetProvider() string + func (x *OAuthProviderConfig) ProtoReflect() protoreflect.Message + func (x *OAuthProviderConfig) Reset() + func (x *OAuthProviderConfig) String() string + type OAuthProviderConfigOutput struct + AuthorizationUrl string + Available bool + ClientId string + DisabledReason string + Error string + Provider string + RedirectUrl string + Scopes []string + TokenUrl string + UserinfoUrl string + func (*OAuthProviderConfigOutput) Descriptor() ([]byte, []int) + func (*OAuthProviderConfigOutput) ProtoMessage() + func (x *OAuthProviderConfigOutput) GetAuthorizationUrl() string + func (x *OAuthProviderConfigOutput) GetAvailable() bool + func (x *OAuthProviderConfigOutput) GetClientId() string + func (x *OAuthProviderConfigOutput) GetDisabledReason() string + func (x *OAuthProviderConfigOutput) GetError() string + func (x *OAuthProviderConfigOutput) GetProvider() string + func (x *OAuthProviderConfigOutput) GetRedirectUrl() string + func (x *OAuthProviderConfigOutput) GetScopes() []string + func (x *OAuthProviderConfigOutput) GetTokenUrl() string + func (x *OAuthProviderConfigOutput) GetUserinfoUrl() string + func (x *OAuthProviderConfigOutput) ProtoReflect() protoreflect.Message + func (x *OAuthProviderConfigOutput) Reset() + func (x *OAuthProviderConfigOutput) String() string + type OAuthProviderInput struct + AccessToken string + Code string + CodeVerifier string + PkceRequired *bool + Provider string + ReturnTo string + func (*OAuthProviderInput) Descriptor() ([]byte, []int) + func (*OAuthProviderInput) ProtoMessage() + func (x *OAuthProviderInput) GetAccessToken() string + func (x *OAuthProviderInput) GetCode() string + func (x *OAuthProviderInput) GetCodeVerifier() string + func (x *OAuthProviderInput) GetPkceRequired() bool + func (x *OAuthProviderInput) GetProvider() string + func (x *OAuthProviderInput) GetReturnTo() string + func (x *OAuthProviderInput) ProtoReflect() protoreflect.Message + func (x *OAuthProviderInput) Reset() + func (x *OAuthProviderInput) String() string + type OAuthStartOutput struct + AuthorizationUrl string + CodeChallenge string + CodeChallengeMethod string + CodeVerifier string + Error string + ExpiresAt string + Provider string + RedirectUrl string + ReturnTo string + Started bool + State string + func (*OAuthStartOutput) Descriptor() ([]byte, []int) + func (*OAuthStartOutput) ProtoMessage() + func (x *OAuthStartOutput) GetAuthorizationUrl() string + func (x *OAuthStartOutput) GetCodeChallenge() string + func (x *OAuthStartOutput) GetCodeChallengeMethod() string + func (x *OAuthStartOutput) GetCodeVerifier() string + func (x *OAuthStartOutput) GetError() string + func (x *OAuthStartOutput) GetExpiresAt() string + func (x *OAuthStartOutput) GetProvider() string + func (x *OAuthStartOutput) GetRedirectUrl() string + func (x *OAuthStartOutput) GetReturnTo() string + func (x *OAuthStartOutput) GetStarted() bool + func (x *OAuthStartOutput) GetState() string + func (x *OAuthStartOutput) ProtoReflect() protoreflect.Message + func (x *OAuthStartOutput) Reset() + func (x *OAuthStartOutput) String() string + type OAuthUserinfoOutput struct + Email string + EmailVerified bool + Error string + Fetched bool + Name string + Picture string + Provider string + ProviderSubject string + ProviderUser string + RawClaims *structpb.Struct + func (*OAuthUserinfoOutput) Descriptor() ([]byte, []int) + func (*OAuthUserinfoOutput) ProtoMessage() + func (x *OAuthUserinfoOutput) GetEmail() string + func (x *OAuthUserinfoOutput) GetEmailVerified() bool + func (x *OAuthUserinfoOutput) GetError() string + func (x *OAuthUserinfoOutput) GetFetched() bool + func (x *OAuthUserinfoOutput) GetName() string + func (x *OAuthUserinfoOutput) GetPicture() string + func (x *OAuthUserinfoOutput) GetProvider() string + func (x *OAuthUserinfoOutput) GetProviderSubject() string + func (x *OAuthUserinfoOutput) GetProviderUser() string + func (x *OAuthUserinfoOutput) GetRawClaims() *structpb.Struct + func (x *OAuthUserinfoOutput) ProtoReflect() protoreflect.Message + func (x *OAuthUserinfoOutput) Reset() + func (x *OAuthUserinfoOutput) String() string + type PasskeyBeginLoginInput struct + Credentials string + UserId string + func (*PasskeyBeginLoginInput) Descriptor() ([]byte, []int) + func (*PasskeyBeginLoginInput) ProtoMessage() + func (x *PasskeyBeginLoginInput) GetCredentials() string + func (x *PasskeyBeginLoginInput) GetUserId() string + func (x *PasskeyBeginLoginInput) ProtoReflect() protoreflect.Message + func (x *PasskeyBeginLoginInput) Reset() + func (x *PasskeyBeginLoginInput) String() string + type PasskeyBeginLoginOutput struct + Error string + Options string + SessionData string + func (*PasskeyBeginLoginOutput) Descriptor() ([]byte, []int) + func (*PasskeyBeginLoginOutput) ProtoMessage() + func (x *PasskeyBeginLoginOutput) GetError() string + func (x *PasskeyBeginLoginOutput) GetOptions() string + func (x *PasskeyBeginLoginOutput) GetSessionData() string + func (x *PasskeyBeginLoginOutput) ProtoReflect() protoreflect.Message + func (x *PasskeyBeginLoginOutput) Reset() + func (x *PasskeyBeginLoginOutput) String() string + type PasskeyBeginRegisterInput struct + DisplayName string + Email string + UserId string + func (*PasskeyBeginRegisterInput) Descriptor() ([]byte, []int) + func (*PasskeyBeginRegisterInput) ProtoMessage() + func (x *PasskeyBeginRegisterInput) GetDisplayName() string + func (x *PasskeyBeginRegisterInput) GetEmail() string + func (x *PasskeyBeginRegisterInput) GetUserId() string + func (x *PasskeyBeginRegisterInput) ProtoReflect() protoreflect.Message + func (x *PasskeyBeginRegisterInput) Reset() + func (x *PasskeyBeginRegisterInput) String() string + type PasskeyBeginRegisterOutput struct + Error string + Options string + SessionData string + func (*PasskeyBeginRegisterOutput) Descriptor() ([]byte, []int) + func (*PasskeyBeginRegisterOutput) ProtoMessage() + func (x *PasskeyBeginRegisterOutput) GetError() string + func (x *PasskeyBeginRegisterOutput) GetOptions() string + func (x *PasskeyBeginRegisterOutput) GetSessionData() string + func (x *PasskeyBeginRegisterOutput) ProtoReflect() protoreflect.Message + func (x *PasskeyBeginRegisterOutput) Reset() + func (x *PasskeyBeginRegisterOutput) String() string + type PasskeyFinishLoginInput struct + Assertion string + Credentials string + Email string + SessionData string + UserId string + func (*PasskeyFinishLoginInput) Descriptor() ([]byte, []int) + func (*PasskeyFinishLoginInput) ProtoMessage() + func (x *PasskeyFinishLoginInput) GetAssertion() string + func (x *PasskeyFinishLoginInput) GetCredentials() string + func (x *PasskeyFinishLoginInput) GetEmail() string + func (x *PasskeyFinishLoginInput) GetSessionData() string + func (x *PasskeyFinishLoginInput) GetUserId() string + func (x *PasskeyFinishLoginInput) ProtoReflect() protoreflect.Message + func (x *PasskeyFinishLoginInput) Reset() + func (x *PasskeyFinishLoginInput) String() string + type PasskeyFinishLoginOutput struct + CredentialId string + Error string + SignCount uint32 + Valid bool + func (*PasskeyFinishLoginOutput) Descriptor() ([]byte, []int) + func (*PasskeyFinishLoginOutput) ProtoMessage() + func (x *PasskeyFinishLoginOutput) GetCredentialId() string + func (x *PasskeyFinishLoginOutput) GetError() string + func (x *PasskeyFinishLoginOutput) GetSignCount() uint32 + func (x *PasskeyFinishLoginOutput) GetValid() bool + func (x *PasskeyFinishLoginOutput) ProtoReflect() protoreflect.Message + func (x *PasskeyFinishLoginOutput) Reset() + func (x *PasskeyFinishLoginOutput) String() string + type PasskeyFinishRegisterInput struct + Attestation string + DisplayName string + Email string + SessionData string + UserId string + func (*PasskeyFinishRegisterInput) Descriptor() ([]byte, []int) + func (*PasskeyFinishRegisterInput) ProtoMessage() + func (x *PasskeyFinishRegisterInput) GetAttestation() string + func (x *PasskeyFinishRegisterInput) GetDisplayName() string + func (x *PasskeyFinishRegisterInput) GetEmail() string + func (x *PasskeyFinishRegisterInput) GetSessionData() string + func (x *PasskeyFinishRegisterInput) GetUserId() string + func (x *PasskeyFinishRegisterInput) ProtoReflect() protoreflect.Message + func (x *PasskeyFinishRegisterInput) Reset() + func (x *PasskeyFinishRegisterInput) String() string + type PasskeyFinishRegisterOutput struct + Aaguid string + Credential string + CredentialId string + Error string + PublicKey string + SignCount uint32 + Valid bool + func (*PasskeyFinishRegisterOutput) Descriptor() ([]byte, []int) + func (*PasskeyFinishRegisterOutput) ProtoMessage() + func (x *PasskeyFinishRegisterOutput) GetAaguid() string + func (x *PasskeyFinishRegisterOutput) GetCredential() string + func (x *PasskeyFinishRegisterOutput) GetCredentialId() string + func (x *PasskeyFinishRegisterOutput) GetError() string + func (x *PasskeyFinishRegisterOutput) GetPublicKey() string + func (x *PasskeyFinishRegisterOutput) GetSignCount() uint32 + func (x *PasskeyFinishRegisterOutput) GetValid() bool + func (x *PasskeyFinishRegisterOutput) ProtoReflect() protoreflect.Message + func (x *PasskeyFinishRegisterOutput) Reset() + func (x *PasskeyFinishRegisterOutput) String() string + type PasskeyStepConfig struct + Module string + func (*PasskeyStepConfig) Descriptor() ([]byte, []int) + func (*PasskeyStepConfig) ProtoMessage() + func (x *PasskeyStepConfig) GetModule() string + func (x *PasskeyStepConfig) ProtoReflect() protoreflect.Message + func (x *PasskeyStepConfig) Reset() + func (x *PasskeyStepConfig) String() string + type PasswordHashInput struct + Password string + func (*PasswordHashInput) Descriptor() ([]byte, []int) + func (*PasswordHashInput) ProtoMessage() + func (x *PasswordHashInput) GetPassword() string + func (x *PasswordHashInput) ProtoReflect() protoreflect.Message + func (x *PasswordHashInput) Reset() + func (x *PasswordHashInput) String() string + type PasswordHashOutput struct + Error string + Hash string + func (*PasswordHashOutput) Descriptor() ([]byte, []int) + func (*PasswordHashOutput) ProtoMessage() + func (x *PasswordHashOutput) GetError() string + func (x *PasswordHashOutput) GetHash() string + func (x *PasswordHashOutput) ProtoReflect() protoreflect.Message + func (x *PasswordHashOutput) Reset() + func (x *PasswordHashOutput) String() string + type PasswordVerifyInput struct + Hash string + Password string + func (*PasswordVerifyInput) Descriptor() ([]byte, []int) + func (*PasswordVerifyInput) ProtoMessage() + func (x *PasswordVerifyInput) GetHash() string + func (x *PasswordVerifyInput) GetPassword() string + func (x *PasswordVerifyInput) ProtoReflect() protoreflect.Message + func (x *PasswordVerifyInput) Reset() + func (x *PasswordVerifyInput) String() string + type PasswordVerifyOutput struct + Error string + Valid bool + func (*PasswordVerifyOutput) Descriptor() ([]byte, []int) + func (*PasswordVerifyOutput) ProtoMessage() + func (x *PasswordVerifyOutput) GetError() string + func (x *PasswordVerifyOutput) GetValid() bool + func (x *PasswordVerifyOutput) ProtoReflect() protoreflect.Message + func (x *PasswordVerifyOutput) Reset() + func (x *PasswordVerifyOutput) String() string + type TOTPGenerateSecretInput struct + Email string + Issuer string + func (*TOTPGenerateSecretInput) Descriptor() ([]byte, []int) + func (*TOTPGenerateSecretInput) ProtoMessage() + func (x *TOTPGenerateSecretInput) GetEmail() string + func (x *TOTPGenerateSecretInput) GetIssuer() string + func (x *TOTPGenerateSecretInput) ProtoReflect() protoreflect.Message + func (x *TOTPGenerateSecretInput) Reset() + func (x *TOTPGenerateSecretInput) String() string + type TOTPGenerateSecretOutput struct + Account string + Error string + Issuer string + ProvisioningUri string + Secret string + func (*TOTPGenerateSecretOutput) Descriptor() ([]byte, []int) + func (*TOTPGenerateSecretOutput) ProtoMessage() + func (x *TOTPGenerateSecretOutput) GetAccount() string + func (x *TOTPGenerateSecretOutput) GetError() string + func (x *TOTPGenerateSecretOutput) GetIssuer() string + func (x *TOTPGenerateSecretOutput) GetProvisioningUri() string + func (x *TOTPGenerateSecretOutput) GetSecret() string + func (x *TOTPGenerateSecretOutput) ProtoReflect() protoreflect.Message + func (x *TOTPGenerateSecretOutput) Reset() + func (x *TOTPGenerateSecretOutput) String() string + type TOTPRecoveryCodesInput struct + Count int32 + func (*TOTPRecoveryCodesInput) Descriptor() ([]byte, []int) + func (*TOTPRecoveryCodesInput) ProtoMessage() + func (x *TOTPRecoveryCodesInput) GetCount() int32 + func (x *TOTPRecoveryCodesInput) ProtoReflect() protoreflect.Message + func (x *TOTPRecoveryCodesInput) Reset() + func (x *TOTPRecoveryCodesInput) String() string + type TOTPRecoveryCodesOutput struct + Codes []string + Error string + Hashes []string + func (*TOTPRecoveryCodesOutput) Descriptor() ([]byte, []int) + func (*TOTPRecoveryCodesOutput) ProtoMessage() + func (x *TOTPRecoveryCodesOutput) GetCodes() []string + func (x *TOTPRecoveryCodesOutput) GetError() string + func (x *TOTPRecoveryCodesOutput) GetHashes() []string + func (x *TOTPRecoveryCodesOutput) ProtoReflect() protoreflect.Message + func (x *TOTPRecoveryCodesOutput) Reset() + func (x *TOTPRecoveryCodesOutput) String() string + type TOTPVerifyInput struct + Code string + Secret string + func (*TOTPVerifyInput) Descriptor() ([]byte, []int) + func (*TOTPVerifyInput) ProtoMessage() + func (x *TOTPVerifyInput) GetCode() string + func (x *TOTPVerifyInput) GetSecret() string + func (x *TOTPVerifyInput) ProtoReflect() protoreflect.Message + func (x *TOTPVerifyInput) Reset() + func (x *TOTPVerifyInput) String() string + type TOTPVerifyOutput struct + Error string + Valid bool + func (*TOTPVerifyOutput) Descriptor() ([]byte, []int) + func (*TOTPVerifyOutput) ProtoMessage() + func (x *TOTPVerifyOutput) GetError() string + func (x *TOTPVerifyOutput) GetValid() bool + func (x *TOTPVerifyOutput) ProtoReflect() protoreflect.Message + func (x *TOTPVerifyOutput) Reset() + func (x *TOTPVerifyOutput) String() string