Table of Contents

Class DefaultHandleGenerationService

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

Default handle generation service

public class DefaultHandleGenerationService : IHandleGenerationService
Inheritance
DefaultHandleGenerationService
Implements
Inherited Members

Constructors

DefaultHandleGenerationService()

public DefaultHandleGenerationService()
See Also

Methods

GenerateAsync(int)

Generates a handle.

public Task<string> GenerateAsync(int length)

Parameters

length int

The length.

Returns

Task<string>
See Also

See Also