Show / Hide Table of Contents

Interface IOpenidOperations

Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public interface IOpenidOperations

Methods

View Source

GetServiceAccountIssuerOpenIDKeysetWithHttpMessagesAsync(IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)

get service account issuer OpenID JSON Web Key Set (contains public token verification keys)

Declaration
Task<HttpOperationResponse<string>> GetServiceAccountIssuerOpenIDKeysetWithHttpMessagesAsync(IReadOnlyDictionary<string, IReadOnlyList<string>> customHeaders = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IReadOnlyDictionary<string, IReadOnlyList<string>> customHeaders

The headers that will be added to request.

CancellationToken cancellationToken

A CancellationToken which can be used to cancel the asynchronous operation.

Returns
Type Description
Task<HttpOperationResponse<string>>

Extension Methods

OpenidOperationsExtensions.GetServiceAccountIssuerOpenIDKeyset(IOpenidOperations)
OpenidOperationsExtensions.GetServiceAccountIssuerOpenIDKeysetAsync(IOpenidOperations, CancellationToken)
  • View Source
In this article
Back to top Generated by DocFX