Show / Hide Table of Contents

Class OpenIDConstants.GrantTypes

Grant types.

Inheritance
System.Object
OpenIDConstants.GrantTypes
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 GrantTypes

Fields

AuthorizationCode

Authorization code.

Declaration
public const string AuthorizationCode = "authorization_code"
Field Value
Type Description
System.String

ClientCredentials

Client credentials.

Declaration
public const string ClientCredentials = "client_credentials"
Field Value
Type Description
System.String

Password

Password.

Declaration
public const string Password = "password"
Field Value
Type Description
System.String

RefreshToken

Refresh token.

Declaration
public const string RefreshToken = "refresh_token"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.