Click or drag to resize

CertificateTokenProviderOptions Class

Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthCertificateTokenProviderOptions

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

The CertificateTokenProviderOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAuthenticationType
Gets or sets the authentication type. Default value is "Certificate".
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