Show / Hide Table of Contents

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
IReadOnlyList<CredentialId>

Remarks

To add an entry to the list, call AllowCredential(CredentialId).

In this article
Back to top Generated by DocFX