Class OpenidOperationsExtensions
Extension methods for Kubernetes.
Inherited Members
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public static class OpenidOperationsExtensions
Methods
View SourceGetServiceAccountIssuerOpenIDKeyset(IOpenidOperations)
get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
Declaration
public static string GetServiceAccountIssuerOpenIDKeyset(this IOpenidOperations operations)
Parameters
| Type | Name | Description |
|---|---|---|
| IOpenidOperations | operations | The operations group for this extension method. |
Returns
| Type | Description |
|---|---|
| string |
GetServiceAccountIssuerOpenIDKeysetAsync(IOpenidOperations, CancellationToken)
get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
Declaration
public static Task<string> GetServiceAccountIssuerOpenIDKeysetAsync(this IOpenidOperations operations, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IOpenidOperations | operations | The operations group for this extension method. |
| CancellationToken | cancellationToken | A CancellationToken which can be used to cancel the asynchronous operation. |
Returns
| Type | Description |
|---|---|
| Task<string> |