Generated by DocFX

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 Source

client_id

Gets or sets the client identifier.

Declaration
public string client_id { get; set; }
Property Value
Type Description
System.String

The client identifier.

View Source

client_secret

Gets or sets the client secret.

Declaration
public string client_secret { get; set; }
Property Value
Type Description
System.String

The client secret.

View Source

code

Gets or sets the code.

Declaration
public string code { get; set; }
Property Value
Type Description
System.String

The code.

View Source

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.

View Source

password

Gets or sets the password.

Declaration
public string password { get; set; }
Property Value
Type Description
System.String

The password.

View Source

refresh_token

Gets or sets the refresh token.

Declaration
public string refresh_token { get; set; }
Property Value
Type Description
System.String

The refresh token.

View Source

scope

Gets or sets the scope.

Declaration
public string scope { get; set; }
Property Value
Type Description
System.String

The scope.

View Source

username

Gets or sets the username.

Declaration
public string username { get; set; }
Property Value
Type Description
System.String

The username.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)