Microsoft.Identity.Client.Extensibility.ExternalBoundTokenScheme class ExternalBoundTokenScheme : IAuthenticationOperation2, IAuthenticationOperation Documentation Code public string AccessTokenType { get; } public string AuthorizationHeaderPrefix { get; } public string KeyId { get; } public int TelemetryTokenType { get; } public ExternalBoundTokenScheme(string keyId, string expectedTokenTypeFromEsts = "Bearer") public void FormatResult(AuthenticationResult authenticationResult) public Task FormatResultAsync(AuthenticationResult authenticationResult, CancellationToken cancellationToken = default) public IReadOnlyDictionary<string, string> GetTokenRequestParams() public Task<bool> ValidateCachedTokenAsync(MsalCacheValidationData cachedTokenData)