allowCredentials property

List<CredentialType>? allowCredentials
final

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;