Table of Contents

Interface IHandleGenerationService

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

Interface for the handle generation service

public interface IHandleGenerationService

Methods

GenerateAsync(int)

Generates a handle.

Task<string> GenerateAsync(int length = 32)

Parameters

length int

The length.

Returns

Task<string>