PasswordUserVerificationHandler

public protocol PasswordUserVerificationHandler : CancelableHandler

The object handling the outcome of an interaction where the user provides password credentials.

This is used with the Password

  • The method to be invoked when the password authenticator must be used. The SDK will verify that the provided password is valid.

    Declaration

    Swift

    func verify(_ password: String)

    Parameters

    password

    the password.