IAccessTokenProvider Interface
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
C#
public interface IAccessTokenProvider
type IAccessTokenProvider = interface
Public Interface IAccessTokenProvider
- Derived
Request |
Tries to get an access token for the current user with the default set of permissions. |
Request |
Tries to get an access token with the options specified in AccessTokenRequestOptions. |
Product | Versions |
---|---|
ASP.NET Core | 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |