Click or drag to resize

RefreshTokenProviderOptions Class

Options for RefreshTokenProvider.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthTokenProviderOptions
    Aras.IOM.OAuthRefreshTokenProviderOptions

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

The RefreshTokenProviderOptions type exposes the following members.

Constructors
  NameDescription
Public methodRefreshTokenProviderOptions
Initializes an instance of RefreshTokenProviderOptions class.
Top
Properties
  NameDescription
Public propertyClientId
Gets or sets the client id.
Public propertyGrantType
Gets the grant type.
(Inherited from TokenProviderOptions.)
Public propertyRefreshToken
Gets or sets the refresh token.
Public propertyTokenEndpoint
Gets or sets the token endpoint.
(Inherited from TokenProviderOptions.)
Top
See Also