Click or drag to resize

TokenProviderOptions Class

Base options for token provider classes.
Inheritance Hierarchy

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
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