Click or drag to resize

ImpersonateTokenProviderOptions Class

Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthTokenProviderOptions
    Aras.IOM.OAuthImpersonateTokenProviderOptions

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

The ImpersonateTokenProviderOptions type exposes the following members.

Constructors
  NameDescription
Public methodImpersonateTokenProviderOptions
Initializes an instance of ImpersonateTokenProviderOptions class.
Top
Properties
  NameDescription
Public propertyClientAssertionProvider
Gets or sets the client assertion provider.
Public propertyDatabase
Gets or sets the database.
Public propertyGrantType
Gets the grant type.
(Inherited from TokenProviderOptions.)
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