Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Services.​NumericUserCodeGenerator
Assembly: Duende.IdentityServer
Inheritance: object → NumericUserCodeGenerator
Implemented Interfaces
User code generator using 9 digit number
Properties
public
string
UserCodeType
Gets the type of the user code.
public
int
RetryLimit
Gets the retry limit.
Methods
public
System.​Threading.​Tasks.​Task<​string>
GenerateAsync​()
Generates the user code.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object