class UserVerificationRequirement (View source)

Constants

REQUIRED

This value indicates that the Relying Party requires user verification for the operation and will fail the operation if the response does not have the UV flag set.

PREFERRED

This value indicates that the Relying Party prefers user verification for the operation if possible, but will not fail the operation if the response does not have the UV flag set.

DISCOURAGED

This value indicates that the Relying Party does not want user verification employed during the operation (e.g., in the interest of minimizing disruption to the user interaction flow).

Methods

static 
isValidValue(string $value)

No description

Details

static isValidValue(string $value)

Parameters

string $value