Table of Contents

Interface IUserCodeGenerator

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

Implements device flow user code generation

public interface IUserCodeGenerator

Properties

RetryLimit

Gets the retry limit.

int RetryLimit { get; }

Property Value

int

The retry limit for getting a unique value.

UserCodeType

Gets the type of the user code.

string UserCodeType { get; }

Property Value

string

The type of the user code.

Methods

GenerateAsync()

Generates the user code.

Task<string> GenerateAsync()

Returns

Task<string>