AppTokenProviderResult Class
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.
Token result from external app token provider
public class AppTokenProviderResult
type AppTokenProviderResult = class
Public Class AppTokenProviderResult
- Inheritance
-
AppTokenProviderResult
Remarks
This is part of an extensibility mechanism designed to be used by Azure SDK in order to enhance managed identity support.
Constructors
AppTokenProviderResult() |
Properties
AccessToken |
The actual token, usually in JWT format |
ExpiresInSeconds |
Expiration of token |
RefreshInSeconds |
When the token should be refreshed. |