Click or drag to resize

PasswordTokenProviderOptions Class

Options for PasswordTokenProvider.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthTokenProviderOptions
    Aras.IOM.OAuthPasswordTokenProviderOptions

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class PasswordTokenProviderOptions : TokenProviderOptions

The PasswordTokenProviderOptions type exposes the following members.

Constructors
  NameDescription
Public methodPasswordTokenProviderOptions
Initializes an instance of PasswordTokenProviderOptions class.
Top
Properties
  NameDescription
Public propertyClientId
Gets or sets the client id.
Public propertyDatabase
Gets or sets the database.
Public propertyGrantType
Gets the grant type.
(Inherited from TokenProviderOptions.)
Public propertyPassword
Gets or sets the password.
Public propertyScope
Gets or sets the scope.
Public propertyTokenEndpoint
Gets or sets the token endpoint.
(Inherited from TokenProviderOptions.)
Public propertyUserName
Gets or sets the user name.
Top
See Also