AuthorizationFlowTokenProviderOptionsAuthenticationType Property |
Gets or sets the authentication type.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string AuthenticationType { get; set; }
Public Property AuthenticationType As String
Get
Set
/** @property */
public String get_AuthenticationType()
/** @property */
public void set_AuthenticationType(String value)
function get AuthenticationType () : String
function set AuthenticationType (value : String)
Property Value
Type:
String
See Also