UserVerificationContext

public protocol UserVerificationContext : Encodable

The protocol that other user verification context objects conform to.

  • The authenticator to be used to do the user verification.

    Declaration

    Swift

    var authenticator: any Authenticator { get }