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

Microsoft.Identity.Client.AuthScheme.SSHCertificates.SSHCertAuthenticationOperation

namespace Microsoft.Identity.Client.AuthScheme.SSHCertificates { internal class SSHCertAuthenticationOperation : IAuthenticationOperation2, IAuthenticationOperation { public int TelemetryTokenType { get; } public string AuthorizationHeaderPrefix { get; } public string AccessTokenType { get; } public string KeyId { get; } public SSHCertAuthenticationOperation(string keyId, string jwk); 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); } }