allowCredentials property
The list of allowed credentials that the user can use to authenticate.
If this value is null
, the user can use any credential.
Implementation
final List<CredentialType>? allowCredentials;
The list of allowed credentials that the user can use to authenticate.
If this value is null
, the user can use any credential.
final List<CredentialType>? allowCredentials;