PasswordEnrollmentHandler

public protocol PasswordEnrollmentHandler : CancelableHandler

The object handling the password to be enrolled.

  • Specify the password to be enrolled. When this method is invoked, the SDK will validate the password and if valid, will enroll it.

    Declaration

    Swift

    func password(_ password: String)

    Parameters

    password

    the password.