AuthorizationFlowTokenProviderOptionsGrantType Property |
Gets or sets the grant type (defaults to AuthorizationCode).
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic GrantType GrantType { get; set; }
Public Property GrantType As GrantType
Get
Set
/** @property */
public GrantType get_GrantType()
/** @property */
public void set_GrantType(GrantType value)
function get GrantType () : GrantType
function set GrantType (value : GrantType)
Property Value
Type:
GrantType
See Also