Table of Contents

Class OpenIddictConstants.ResponseModes

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

Fields

FormPost

public const string FormPost = "form_post"

Field Value

string

Fragment

public const string Fragment = "fragment"

Field Value

string

Query

public const string Query = "query"

Field Value

string