IAccessTokenProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |