AppTokenProviderResult Class

Definition

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.

Applies to