AllowList Property
AllowList
The list of credentialIds for which the authenticator must generate a new assertion. This is an optional parameter, so it can be null. This is generally used to specify a non-discoverable credential.
C#
public IReadOnlyList<CredentialId> AllowList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<CredentialId> |
Remarks
To add an entry to the list, call AllowCredential(CredentialId).