Options Property
Options
The list of authenticator options. Each standard-defined option is a key/value pair, where the key is a string and the value is a boolean. This is an optional parameter, so it can be null.
C#
public IReadOnlyDictionary<string, bool>? Options { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, bool> |
Remarks
To add options, call AddOption(string, bool).