Class OpenIddictConstants.Permissions.ResponseTypes
Inheritance
System.Object
OpenIddictConstants.Permissions.ResponseTypes
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 ResponseTypes
Fields
Code
Declaration
public const string Code = "rst:code"
Field Value
Type | Description |
---|---|
System.String |
CodeIdToken
Declaration
public const string CodeIdToken = "rst:code id_token"
Field Value
Type | Description |
---|---|
System.String |
CodeIdTokenToken
Declaration
public const string CodeIdTokenToken = "rst:code id_token token"
Field Value
Type | Description |
---|---|
System.String |
CodeToken
Declaration
public const string CodeToken = "rst:code token"
Field Value
Type | Description |
---|---|
System.String |
IdToken
Declaration
public const string IdToken = "rst:id_token"
Field Value
Type | Description |
---|---|
System.String |
IdTokenToken
Declaration
public const string IdTokenToken = "rst:id_token token"
Field Value
Type | Description |
---|---|
System.String |
None
Declaration
public const string None = "rst:none"
Field Value
Type | Description |
---|---|
System.String |
Token
Declaration
public const string Token = "rst:token"
Field Value
Type | Description |
---|---|
System.String |