Show / Hide Table of Contents

Class OpenIddictConstants.ClientTypes

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

Fields

Confidential

Declaration
public const string Confidential = "confidential"
Field Value
Type Description
System.String

Public

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