Show / Hide Table of Contents

Class OpenIddictConstants.CodeChallengeMethods

Inheritance
System.Object
OpenIddictConstants.CodeChallengeMethods
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 CodeChallengeMethods

Fields

Plain

Declaration
public const string Plain = "plain"
Field Value
Type Description
System.String

Sha256

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