Skip to content

Authentication

Gulam Ali H edited this page Feb 14, 2024 · 1 revision

AuthenticationRequest

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.

AuthenticationResponse

Represents the response of an authentication attempt.

  • Status: The status of the authentication attempt, either Success or Failure.
  • 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)

Clone this wiki locally