Interface IUserCodeService
- Namespace
- Duende.IdentityServer.Services
- Assembly
- Duende.IdentityServer.dll
Implements user code generation
public interface IUserCodeService
Methods
GetGenerator(string)
Gets the user code generator.
Task<IUserCodeGenerator?> GetGenerator(string userCodeType)
Parameters
userCodeType
stringType of user code.