Click or drag to resize

WindowsTokenProviderOptions Class

Options for WindowsTokenProvider.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthWindowsTokenProviderOptions

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

The WindowsTokenProviderOptions type exposes the following members.

Constructors
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 propertyMaxRedirectsCount
Gets or sets the max allowed redirects. Default value is 10.
Public propertyRedirectUri
Gets or sets the redirect uri.
Public propertyScope
Gets or sets the scope.
Top
See Also