-
Notifications
You must be signed in to change notification settings - Fork 26
Authentication
Gulam Ali H edited this page Feb 14, 2024
·
1 revision
Represents an authentication request.
-
AllowPasswordAuth: A boolean value indicating whether password authentication is allowed. -
Title: The title of the authentication prompt. -
Subtitle: The subtitle of the authentication prompt. -
NegativeText: The text for the negative action button in the authentication prompt. -
Description: The description text for the authentication prompt. -
AuthStrength: An enum specifying the strength of the authentication method.
Represents the response of an authentication attempt.
-
Status: The status of the authentication attempt, eitherSuccessorFailure. -
AuthenticationType: The type of authentication the user used to Authenticate (Always unknown on iOS). -
ErrorMsg: An optional error message associated with the authentication attempt (Only relevant in case of failure)