Show / Hide Table of Contents

Class OpenIddictConstants.ResponseModes

Inheritance
System.Object
OpenIddictConstants.ResponseModes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Abstractions
Assembly: cs.temp.dll.dll
Syntax
public static class ResponseModes

Fields

FormPost

Declaration
public const string FormPost = "form_post"
Field Value
Type Description
System.String

Fragment

Declaration
public const string Fragment = "fragment"
Field Value
Type Description
System.String

Query

Declaration
public const string Query = "query"
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX