Class NumericUserCodeGenerator
- Namespace
- Duende.IdentityServer.Services
- Assembly
- Duende.IdentityServer.dll
User code generator using 9 digit number
public class NumericUserCodeGenerator : IUserCodeGenerator
- Inheritance
-
NumericUserCodeGenerator
- Implements
- Inherited Members
Constructors
NumericUserCodeGenerator()
public NumericUserCodeGenerator()
- See Also
Properties
RetryLimit
Gets the retry limit.
public int RetryLimit { get; }
Property Value
- int
The retry limit for getting a unique value.
- See Also
UserCodeType
Gets the type of the user code.
public string UserCodeType { get; }
Property Value
- string
The type of the user code.
- See Also
Methods
GenerateAsync()
Generates the user code.
public Task<string> GenerateAsync()
Returns
- See Also