Class OpenIDConstants.ContentTypes
The HTTP content types.
Inheritance
System.Object
OpenIDConstants.ContentTypes
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class ContentTypes
Fields
ApplicationJson
application/json.
Declaration
public const string ApplicationJson = "application/json"
Field Value
Type | Description |
---|---|
System.String |
ApplicationJwt
application/jwt.
Declaration
public const string ApplicationJwt = "application/jwt"
Field Value
Type | Description |
---|---|
System.String |