Click or drag to resize

TokenProviderOptions Class

Base options for token provider classes.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthTokenProviderOptions
    Aras.IOM.OAuthImpersonateTokenProviderOptions
    Aras.IOM.OAuthPasswordTokenProviderOptions

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

The TokenProviderOptions type exposes the following members.

Constructors
  NameDescription
Public methodTokenProviderOptions
Top
Properties
  NameDescription
Public propertyGrantType
Gets the grant type.
Public propertyTokenEndpoint
Gets or sets the token endpoint.
Top
See Also