IAccessTokenProvider Interface

Definition

Represents a contract for services capable of provisioning access tokens for an application.

public interface class IAccessTokenProvider
public interface IAccessTokenProvider
type IAccessTokenProvider = interface
Public Interface IAccessTokenProvider
Derived

Methods

RequestAccessToken()

Tries to get an access token for the current user with the default set of permissions.

RequestAccessToken(AccessTokenRequestOptions)

Tries to get an access token with the options specified in AccessTokenRequestOptions.

Applies to