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

Microsoft.Identity.Client.AuthScheme.SSHCertificates.SSHCertAuthenticationOperation

public string AccessTokenType { get; }

public string AuthorizationHeaderPrefix { get; }

public string KeyId { get; }

public int TelemetryTokenType { get; }

public SSHCertAuthenticationOperation(string keyId, string jwk)

public void FormatResult(AuthenticationResult authenticationResult)

public Task FormatResultAsync(AuthenticationResult authenticationResult, CancellationToken cancellationToken = default)

public IReadOnlyDictionary<string, string> GetTokenRequestParams()