Microsoft.Identity.Client.AuthScheme.PoP.PopBrokerAuthenticationOperation
namespace Microsoft.Identity.Client.AuthScheme.PoP
{
internal class PopBrokerAuthenticationOperation : IAuthenticationOperation2, IAuthenticationOperation
{
public int TelemetryTokenType { get; }
public string AuthorizationHeaderPrefix { get; }
public string KeyId { get; }
public string AccessTokenType { get; }
public Task FormatResultAsync(AuthenticationResult authenticationResult, CancellationToken cancellationToken = default(CancellationToken));
public void FormatResult(AuthenticationResult authenticationResult);
public IReadOnlyDictionary<string, string> GetTokenRequestParams();
public Task<bool> ValidateCachedTokenAsync(MsalCacheValidationData cachedTokenData);
public PopBrokerAuthenticationOperation();
}
}