Generated by DocFX

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 Source

ApiKey

The api key.

Declaration
public const string ApiKey = null
Field Value
Type Description
System.String
View Source

ClientCredentials

The client credentials

Declaration
public const string ClientCredentials = null
Field Value
Type Description
System.String
View Source

Password

The password

Declaration
public const string Password = null
Field Value
Type Description
System.String
View Source

RefreshToken

The refresh token

Declaration
public const string RefreshToken = null
Field Value
Type Description
System.String