Class OpenIDConstants.AuthorizationHeaderSchemes
Authorization header schemes.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.AuthorizationHeaderSchemes
Fields
Basic
Basic.
Declaration
public const string Basic = "Basic"
Field Value
| Type | Description |
|---|---|
| string |
Bearer
Bearer.
Declaration
public const string Bearer = "Bearer"
Field Value
| Type | Description |
|---|---|
| string |