<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />

Microsoft.Identity.Client.Extensibility.ExternalBoundTokenScheme

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()