AuthenticateAction

public struct AuthenticateAction : Sendable

Struct to manage the authentication flow.

  • Call this method to proceed the authentication. SDK start the biometric authentication afterwards.

    Declaration

    Swift

    public func proceed()
  • Cancel the authentication.

    Declaration

    Swift

    public func cancel()