Table of Contents

Class OpenIddictConstants.ConsentTypes

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll
public static class OpenIddictConstants.ConsentTypes
Inheritance
OpenIddictConstants.ConsentTypes
Inherited Members

Fields

Explicit

public const string Explicit = "explicit"

Field Value

string

External

public const string External = "external"

Field Value

string

Implicit

public const string Implicit = "implicit"

Field Value

string

Systematic

public const string Systematic = "systematic"

Field Value

string