# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterAppIdentityServiceHandler registers the http handlers for service AppIdentityService to "mux".
RegisterAppIdentityServiceHandlerClient registers the http handlers for service AppIdentityService to "mux".
RegisterAppIdentityServiceHandlerFromEndpoint is same as RegisterAppIdentityServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAppIdentityServiceHandlerServer registers the http handlers for service AppIdentityService to "mux".
No description provided by the author
RegisterEventServiceHandler registers the http handlers for service EventService to "mux".
RegisterEventServiceHandlerClient registers the http handlers for service EventService to "mux".
RegisterEventServiceHandlerFromEndpoint is same as RegisterEventServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEventServiceHandlerServer registers the http handlers for service EventService to "mux".
No description provided by the author
RegisterOrgServiceHandler registers the http handlers for service OrgService to "mux".
RegisterOrgServiceHandlerClient registers the http handlers for service OrgService to "mux".
RegisterOrgServiceHandlerFromEndpoint is same as RegisterOrgServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterOrgServiceHandlerServer registers the http handlers for service OrgService to "mux".
No description provided by the author
RegisterSessionServiceHandler registers the http handlers for service SessionService to "mux".
RegisterSessionServiceHandlerClient registers the http handlers for service SessionService to "mux".
RegisterSessionServiceHandlerFromEndpoint is same as RegisterSessionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterSessionServiceHandlerServer registers the http handlers for service SessionService to "mux".
No description provided by the author
RegisterUserServiceHandler registers the http handlers for service UserService to "mux".
RegisterUserServiceHandlerClient registers the http handlers for service UserService to "mux".
RegisterUserServiceHandlerFromEndpoint is same as RegisterUserServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUserServiceHandlerServer registers the http handlers for service UserService to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Identity failed to activate.
Identity was successfully activated.
Challenge failed to send.
Challenge was requested, but was not required by the identity's authentication method.
Challenge was successfully sent.
Event status is not specified.
Identity was successfully created.
Identity was successfully deleted.
Identity failed to verify.
Identity was successfully verified.
SHA-1.
SHA-2 256 bits.
SHA-2 512 bits.
Identity has been activated.
Identity is not yet verified.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enterprise plan supports all authentication methods and includes email and phone support.
Payment has failed and the organization is restricted to Starter plan capabilities.
Plan is not specified.
Pro plan supports all authentication methods and includes email support.
Starter plan supports software and hardware OATH one-time password authentication methods, up to a limited number of identities.
Admins can read and modify anything in their organization, including creating users of an equal or lesser role.
Authenticators can read and modify resources in their organization, but can only update their own user.
Role is not specified.
System admins can create organizations and modify anything in their organization.
Viewers can only read resources in their organization, but can update their own user.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Message subject is active.
Message subject is disabled.
Status is not specified.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
AppIdentityService_ServiceDesc is the grpc.ServiceDesc for AppIdentityService service.
EventService_ServiceDesc is the grpc.ServiceDesc for EventService service.
Enum value maps for EventStatus.
Enum value maps for EventStatus.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for Hash.
Enum value maps for Hash.
Enum value maps for IdentityStatus.
Enum value maps for IdentityStatus.
OrgService_ServiceDesc is the grpc.ServiceDesc for OrgService service.
Enum value maps for Plan.
Enum value maps for Plan.
Enum value maps for Role.
Enum value maps for Role.
SessionService_ServiceDesc is the grpc.ServiceDesc for SessionService service.
Enum value maps for Status.
Enum value maps for Status.
UserService_ServiceDesc is the grpc.ServiceDesc for UserService service.
# Structs
ActivateIdentityRequest is sent to activate an identity.
ActivateIdentityRequestValidationError is the validation error returned by ActivateIdentityRequest.Validate if the designated constraints aren't met.
App represents an application as stored in the database.
AppleiOSTOTPMethod configures an Apple iOS TOTP one-time password method.
AppleiOSTOTPMethodValidationError is the validation error returned by AppleiOSTOTPMethod.Validate if the designated constraints aren't met.
AppValidationError is the validation error returned by App.Validate if the designated constraints aren't met.
BackupsCodesMethod configures a backup codes method.
BackupsCodesMethodValidationError is the validation error returned by BackupsCodesMethod.Validate if the designated constraints aren't met.
ChallengeIdentityRequest is sent to issue a challenge to an identity.
ChallengeIdentityRequestValidationError is the validation error returned by ChallengeIdentityRequest.Validate if the designated constraints aren't met.
CreateAppRequest is sent to create an application.
CreateAppRequestValidationError is the validation error returned by CreateAppRequest.Validate if the designated constraints aren't met.
CreateIdentityRequest is sent to create an identity.
CreateIdentityRequestValidationError is the validation error returned by CreateIdentityRequest.Validate if the designated constraints aren't met.
CreateIdentityResponse is sent in response to an identity creation.
CreateIdentityResponseValidationError is the validation error returned by CreateIdentityResponse.Validate if the designated constraints aren't met.
CreateKeyRequest is sent to create an API key.
CreateKeyRequestValidationError is the validation error returned by CreateKeyRequest.Validate if the designated constraints aren't met.
CreateKeyResponse is sent in response to an API key creation.
CreateKeyResponseValidationError is the validation error returned by CreateKeyResponse.Validate if the designated constraints aren't met.
CreateOrgRequest is sent to create an organization.
CreateOrgRequestValidationError is the validation error returned by CreateOrgRequest.Validate if the designated constraints aren't met.
CreateUserRequest is sent to create a user.
CreateUserRequestValidationError is the validation error returned by CreateUserRequest.Validate if the designated constraints aren't met.
DeleteAppRequest is sent to delete an application.
DeleteAppRequestValidationError is the validation error returned by DeleteAppRequest.Validate if the designated constraints aren't met.
DeleteIdentityRequest is sent to delete an identity.
DeleteIdentityRequestValidationError is the validation error returned by DeleteIdentityRequest.Validate if the designated constraints aren't met.
DeleteKeyRequest is sent to delete an API key.
DeleteKeyRequestValidationError is the validation error returned by DeleteKeyRequest.Validate if the designated constraints aren't met.
DeleteOrgRequest is sent to delete an organization.
DeleteOrgRequestValidationError is the validation error returned by DeleteOrgRequest.Validate if the designated constraints aren't met.
DeleteUserRequest is sent to delete a user.
DeleteUserRequestValidationError is the validation error returned by DeleteUserRequest.Validate if the designated constraints aren't met.
EmailMethod configures an email passcode method.
EmailMethodValidationError is the validation error returned by EmailMethod.Validate if the designated constraints aren't met.
Event represents an event as stored in the database.
EventValidationError is the validation error returned by Event.Validate if the designated constraints aren't met.
GetAppRequest is sent to get an application.
GetAppRequestValidationError is the validation error returned by GetAppRequest.Validate if the designated constraints aren't met.
GetIdentityRequest is sent to get an identity.
GetIdentityRequestValidationError is the validation error returned by GetIdentityRequest.Validate if the designated constraints aren't met.
GetOrgRequest is sent to get an organization.
GetOrgRequestValidationError is the validation error returned by GetOrgRequest.Validate if the designated constraints aren't met.
GetUserRequest is sent to get a user.
GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.
GoogleAuthHOTPMethod configures a Google Authenticator HOTP one-time password method.
GoogleAuthHOTPMethodValidationError is the validation error returned by GoogleAuthHOTPMethod.Validate if the designated constraints aren't met.
GoogleAuthTOTPMethod configures a Google Authenticator or Microsoft Authenticator TOTP one-time password method.
GoogleAuthTOTPMethodValidationError is the validation error returned by GoogleAuthTOTPMethod.Validate if the designated constraints aren't met.
HardwareHOTPMethod configures a hardware OATH HOTP one-time password method.
HardwareHOTPMethodValidationError is the validation error returned by HardwareHOTPMethod.Validate if the designated constraints aren't met.
HardwareTOTPMethod configures a hardware OATH TOTP one-time password method.
HardwareTOTPMethodValidationError is the validation error returned by HardwareTOTPMethod.Validate if the designated constraints aren't met.
Identity represents an identity as stored in the database.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IdentityValidationError is the validation error returned by Identity.Validate if the designated constraints aren't met.
Key represents an API key as stored in the database.
KeyValidationError is the validation error returned by Key.Validate if the designated constraints aren't met.
LatestEventsRequest is sent to list latest organization events.
LatestEventsRequestValidationError is the validation error returned by LatestEventsRequest.Validate if the designated constraints aren't met.
LatestEventsResponse is sent in response to an organization latest list.
LatestEventsResponseValidationError is the validation error returned by LatestEventsResponse.Validate if the designated constraints aren't met.
ListAppsRequest is sent to list applications.
ListAppsRequestValidationError is the validation error returned by ListAppsRequest.Validate if the designated constraints aren't met.
ListAppsResponse is sent in response to an application list.
ListAppsResponseValidationError is the validation error returned by ListAppsResponse.Validate if the designated constraints aren't met.
ListEventsRequest is sent to list identity events in an [end, start) time range, in descending timestamp order.
ListEventsRequestValidationError is the validation error returned by ListEventsRequest.Validate if the designated constraints aren't met.
ListEventsResponse is sent in response to an identity events list.
ListEventsResponseValidationError is the validation error returned by ListEventsResponse.Validate if the designated constraints aren't met.
ListIdentitiesRequest is sent to list identities.
ListIdentitiesRequestValidationError is the validation error returned by ListIdentitiesRequest.Validate if the designated constraints aren't met.
ListIdentitiesResponse is sent in response to an identity list.
ListIdentitiesResponseValidationError is the validation error returned by ListIdentitiesResponse.Validate if the designated constraints aren't met.
ListKeysRequest is sent to list API keys.
ListKeysRequestValidationError is the validation error returned by ListKeysRequest.Validate if the designated constraints aren't met.
ListKeysResponse is sent in response to an API key list.
ListKeysResponseValidationError is the validation error returned by ListKeysResponse.Validate if the designated constraints aren't met.
ListOrgsRequest is sent to list organizations.
ListOrgsRequestValidationError is the validation error returned by ListOrgsRequest.Validate if the designated constraints aren't met.
ListOrgsResponse is sent in response to an organization list.
ListOrgsResponseValidationError is the validation error returned by ListOrgsResponse.Validate if the designated constraints aren't met.
ListUsersRequest is sent to list users.
ListUsersRequestValidationError is the validation error returned by ListUsersRequest.Validate if the designated constraints aren't met.
ListUsersResponse is sent in response to a user list.
ListUsersResponseValidationError is the validation error returned by ListUsersResponse.Validate if the designated constraints aren't met.
LoginRequest is sent to log in a user.
LoginRequestValidationError is the validation error returned by LoginRequest.Validate if the designated constraints aren't met.
LoginResponse is sent in response to a user login.
LoginResponseValidationError is the validation error returned by LoginResponse.Validate if the designated constraints aren't met.
Org represents an organization as stored in the database.
OrgValidationError is the validation error returned by Org.Validate if the designated constraints aren't met.
PushoverMethod configures a Pushover passcode method.
PushoverMethodValidationError is the validation error returned by PushoverMethod.Validate if the designated constraints aren't met.
SecurityQuestionsMethod configures a security questions method.
SecurityQuestionsMethodValidationError is the validation error returned by SecurityQuestionsMethod.Validate if the designated constraints aren't met.
SMSMethod configures an SMS passcode method.
SMSMethodValidationError is the validation error returned by SMSMethod.Validate if the designated constraints aren't met.
SoftwareHOTPMethod configures a software OATH HOTP one-time password method.
SoftwareHOTPMethodValidationError is the validation error returned by SoftwareHOTPMethod.Validate if the designated constraints aren't met.
SoftwareTOTPMethod configures a software OATH TOTP one-time password method.
SoftwareTOTPMethodValidationError is the validation error returned by SoftwareTOTPMethod.Validate if the designated constraints aren't met.
UnimplementedAppIdentityServiceServer must be embedded to have forward compatible implementations.
UnimplementedEventServiceServer must be embedded to have forward compatible implementations.
UnimplementedOrgServiceServer must be embedded to have forward compatible implementations.
UnimplementedSessionServiceServer must be embedded to have forward compatible implementations.
UnimplementedUserServiceServer must be embedded to have forward compatible implementations.
UpdateAppRequest is sent to update an application.
UpdateAppRequestValidationError is the validation error returned by UpdateAppRequest.Validate if the designated constraints aren't met.
UpdateOrgRequest is sent to update an organization.
UpdateOrgRequestValidationError is the validation error returned by UpdateOrgRequest.Validate if the designated constraints aren't met.
UpdateUserPasswordRequest is sent to update a user's password.
UpdateUserPasswordRequestValidationError is the validation error returned by UpdateUserPasswordRequest.Validate if the designated constraints aren't met.
UpdateUserRequest is sent to update a user.
UpdateUserRequestValidationError is the validation error returned by UpdateUserRequest.Validate if the designated constraints aren't met.
User represents a user as stored in the database.
UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.
VerifyIdentityRequest is sent to verify an identity.
VerifyIdentityRequestValidationError is the validation error returned by VerifyIdentityRequest.Validate if the designated constraints aren't met.
# Interfaces
AppIdentityServiceClient is the client API for AppIdentityService service.
AppIdentityServiceServer is the server API for AppIdentityService service.
EventServiceClient is the client API for EventService service.
EventServiceServer is the server API for EventService service.
OrgServiceClient is the client API for OrgService service.
OrgServiceServer is the server API for OrgService service.
SessionServiceClient is the client API for SessionService service.
SessionServiceServer is the server API for SessionService service.
UnsafeAppIdentityServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeEventServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeOrgServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeSessionServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service.
UserServiceClient is the client API for UserService service.
UserServiceServer is the server API for UserService service.
# Type aliases
ActivateIdentityRequestMultiError is an error wrapping multiple validation errors returned by ActivateIdentityRequest.ValidateAll() if the designated constraints aren't met.
AppleiOSTOTPMethodMultiError is an error wrapping multiple validation errors returned by AppleiOSTOTPMethod.ValidateAll() if the designated constraints aren't met.
AppMultiError is an error wrapping multiple validation errors returned by App.ValidateAll() if the designated constraints aren't met.
BackupsCodesMethodMultiError is an error wrapping multiple validation errors returned by BackupsCodesMethod.ValidateAll() if the designated constraints aren't met.
ChallengeIdentityRequestMultiError is an error wrapping multiple validation errors returned by ChallengeIdentityRequest.ValidateAll() if the designated constraints aren't met.
CreateAppRequestMultiError is an error wrapping multiple validation errors returned by CreateAppRequest.ValidateAll() if the designated constraints aren't met.
CreateIdentityRequestMultiError is an error wrapping multiple validation errors returned by CreateIdentityRequest.ValidateAll() if the designated constraints aren't met.
CreateIdentityResponseMultiError is an error wrapping multiple validation errors returned by CreateIdentityResponse.ValidateAll() if the designated constraints aren't met.
CreateKeyRequestMultiError is an error wrapping multiple validation errors returned by CreateKeyRequest.ValidateAll() if the designated constraints aren't met.
CreateKeyResponseMultiError is an error wrapping multiple validation errors returned by CreateKeyResponse.ValidateAll() if the designated constraints aren't met.
CreateOrgRequestMultiError is an error wrapping multiple validation errors returned by CreateOrgRequest.ValidateAll() if the designated constraints aren't met.
CreateUserRequestMultiError is an error wrapping multiple validation errors returned by CreateUserRequest.ValidateAll() if the designated constraints aren't met.
DeleteAppRequestMultiError is an error wrapping multiple validation errors returned by DeleteAppRequest.ValidateAll() if the designated constraints aren't met.
DeleteIdentityRequestMultiError is an error wrapping multiple validation errors returned by DeleteIdentityRequest.ValidateAll() if the designated constraints aren't met.
DeleteKeyRequestMultiError is an error wrapping multiple validation errors returned by DeleteKeyRequest.ValidateAll() if the designated constraints aren't met.
DeleteOrgRequestMultiError is an error wrapping multiple validation errors returned by DeleteOrgRequest.ValidateAll() if the designated constraints aren't met.
DeleteUserRequestMultiError is an error wrapping multiple validation errors returned by DeleteUserRequest.ValidateAll() if the designated constraints aren't met.
EmailMethodMultiError is an error wrapping multiple validation errors returned by EmailMethod.ValidateAll() if the designated constraints aren't met.
EventMultiError is an error wrapping multiple validation errors returned by Event.ValidateAll() if the designated constraints aren't met.
EventStatus represents the status of an event.
GetAppRequestMultiError is an error wrapping multiple validation errors returned by GetAppRequest.ValidateAll() if the designated constraints aren't met.
GetIdentityRequestMultiError is an error wrapping multiple validation errors returned by GetIdentityRequest.ValidateAll() if the designated constraints aren't met.
GetOrgRequestMultiError is an error wrapping multiple validation errors returned by GetOrgRequest.ValidateAll() if the designated constraints aren't met.
GetUserRequestMultiError is an error wrapping multiple validation errors returned by GetUserRequest.ValidateAll() if the designated constraints aren't met.
GoogleAuthHOTPMethodMultiError is an error wrapping multiple validation errors returned by GoogleAuthHOTPMethod.ValidateAll() if the designated constraints aren't met.
GoogleAuthTOTPMethodMultiError is an error wrapping multiple validation errors returned by GoogleAuthTOTPMethod.ValidateAll() if the designated constraints aren't met.
HardwareHOTPMethodMultiError is an error wrapping multiple validation errors returned by HardwareHOTPMethod.ValidateAll() if the designated constraints aren't met.
HardwareTOTPMethodMultiError is an error wrapping multiple validation errors returned by HardwareTOTPMethod.ValidateAll() if the designated constraints aren't met.
Hash represents a hash function.
IdentityMultiError is an error wrapping multiple validation errors returned by Identity.ValidateAll() if the designated constraints aren't met.
IdentityStatus represents the status of an identity.
KeyMultiError is an error wrapping multiple validation errors returned by Key.ValidateAll() if the designated constraints aren't met.
LatestEventsRequestMultiError is an error wrapping multiple validation errors returned by LatestEventsRequest.ValidateAll() if the designated constraints aren't met.
LatestEventsResponseMultiError is an error wrapping multiple validation errors returned by LatestEventsResponse.ValidateAll() if the designated constraints aren't met.
ListAppsRequestMultiError is an error wrapping multiple validation errors returned by ListAppsRequest.ValidateAll() if the designated constraints aren't met.
ListAppsResponseMultiError is an error wrapping multiple validation errors returned by ListAppsResponse.ValidateAll() if the designated constraints aren't met.
ListEventsRequestMultiError is an error wrapping multiple validation errors returned by ListEventsRequest.ValidateAll() if the designated constraints aren't met.
ListEventsResponseMultiError is an error wrapping multiple validation errors returned by ListEventsResponse.ValidateAll() if the designated constraints aren't met.
ListIdentitiesRequestMultiError is an error wrapping multiple validation errors returned by ListIdentitiesRequest.ValidateAll() if the designated constraints aren't met.
ListIdentitiesResponseMultiError is an error wrapping multiple validation errors returned by ListIdentitiesResponse.ValidateAll() if the designated constraints aren't met.
ListKeysRequestMultiError is an error wrapping multiple validation errors returned by ListKeysRequest.ValidateAll() if the designated constraints aren't met.
ListKeysResponseMultiError is an error wrapping multiple validation errors returned by ListKeysResponse.ValidateAll() if the designated constraints aren't met.
ListOrgsRequestMultiError is an error wrapping multiple validation errors returned by ListOrgsRequest.ValidateAll() if the designated constraints aren't met.
ListOrgsResponseMultiError is an error wrapping multiple validation errors returned by ListOrgsResponse.ValidateAll() if the designated constraints aren't met.
ListUsersRequestMultiError is an error wrapping multiple validation errors returned by ListUsersRequest.ValidateAll() if the designated constraints aren't met.
ListUsersResponseMultiError is an error wrapping multiple validation errors returned by ListUsersResponse.ValidateAll() if the designated constraints aren't met.
LoginRequestMultiError is an error wrapping multiple validation errors returned by LoginRequest.ValidateAll() if the designated constraints aren't met.
LoginResponseMultiError is an error wrapping multiple validation errors returned by LoginResponse.ValidateAll() if the designated constraints aren't met.
OrgMultiError is an error wrapping multiple validation errors returned by Org.ValidateAll() if the designated constraints aren't met.
Plan represents the plan and associated capabilities of an organization.
PushoverMethodMultiError is an error wrapping multiple validation errors returned by PushoverMethod.ValidateAll() if the designated constraints aren't met.
Role represents the role of a user.
SecurityQuestionsMethodMultiError is an error wrapping multiple validation errors returned by SecurityQuestionsMethod.ValidateAll() if the designated constraints aren't met.
SMSMethodMultiError is an error wrapping multiple validation errors returned by SMSMethod.ValidateAll() if the designated constraints aren't met.
SoftwareHOTPMethodMultiError is an error wrapping multiple validation errors returned by SoftwareHOTPMethod.ValidateAll() if the designated constraints aren't met.
SoftwareTOTPMethodMultiError is an error wrapping multiple validation errors returned by SoftwareTOTPMethod.ValidateAll() if the designated constraints aren't met.
Status represents the status of a message.
UpdateAppRequestMultiError is an error wrapping multiple validation errors returned by UpdateAppRequest.ValidateAll() if the designated constraints aren't met.
UpdateOrgRequestMultiError is an error wrapping multiple validation errors returned by UpdateOrgRequest.ValidateAll() if the designated constraints aren't met.
UpdateUserPasswordRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserPasswordRequest.ValidateAll() if the designated constraints aren't met.
UpdateUserRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserRequest.ValidateAll() if the designated constraints aren't met.
UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.
VerifyIdentityRequestMultiError is an error wrapping multiple validation errors returned by VerifyIdentityRequest.ValidateAll() if the designated constraints aren't met.