Click or drag to resize

AuthorizationFlowTokenProviderOptions Class

Options for token providers based on authorization flow.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthAuthorizationFlowTokenProviderOptions

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

The AuthorizationFlowTokenProviderOptions type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationFlowTokenProviderOptions
Initializes an instance of AuthorizationFlowTokenProviderOptions class.
Top
Properties
  NameDescription
Public propertyAuthenticationType
Gets or sets the authentication type.
Public propertyClientId
Gets or sets the client id.
Public propertyDatabase
Gets or sets the database.
Public propertyDiscoveryDocument
Gets or sets the discovery document.
Public propertyGrantType
Gets or sets the grant type (defaults to AuthorizationCode).
Public propertyNavigator
Gets or sets the navigator.
Public propertyPrompt
Gets or sets prompt value.
Public propertyRedirectUri
Gets or sets the redirect uri.
Public propertyResponseMode
Gets or sets the response mode (defaults to Query).
Public propertyScope
Gets or sets the scope (defaults to Innovator).
Top
See Also