Show / Hide Table of Contents

Class OpenIDConstants.AuthorizationHeaderSchemes

Authorization header schemes.

Inheritance
object
OpenIDConstants.AuthorizationHeaderSchemes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.