Class GrantTypes
Class GrantTypes.
Inheritance
System.Object
GrantTypes
Namespace: ISynergy.Framework.Core.Models
Assembly: ISynergy.Framework.Core.dll
Syntax
public static class GrantTypes : object
Fields
View SourceApiKey
The api key.
Declaration
public const string ApiKey = null
Field Value
Type | Description |
---|---|
System.String |
ClientCredentials
The client credentials
Declaration
public const string ClientCredentials = null
Field Value
Type | Description |
---|---|
System.String |
Password
The password
Declaration
public const string Password = null
Field Value
Type | Description |
---|---|
System.String |
RefreshToken
The refresh token
Declaration
public const string RefreshToken = null
Field Value
Type | Description |
---|---|
System.String |