Class Grant
Class Grant.
Inheritance
System.Object
Grant
Namespace: ISynergy.Framework.Core.Models
Assembly: ISynergy.Framework.Core.dll
Syntax
public class Grant : object
Properties
View Sourceclient_id
Gets or sets the client identifier.
Declaration
public string client_id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client identifier. |
client_secret
Gets or sets the client secret.
Declaration
public string client_secret { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client secret. |
code
Gets or sets the code.
Declaration
public string code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The code. |
grant_type
Gets or sets the type of the grant.
Declaration
public string grant_type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the grant. |
password
Gets or sets the password.
Declaration
public string password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password. |
refresh_token
Gets or sets the refresh token.
Declaration
public string refresh_token { get; set; }
Property Value
Type | Description |
---|---|
System.String | The refresh token. |
scope
Gets or sets the scope.
Declaration
public string scope { get; set; }
Property Value
Type | Description |
---|---|
System.String | The scope. |
username
Gets or sets the username.
Declaration
public string username { get; set; }
Property Value
Type | Description |
---|---|
System.String | The username. |