Show / Hide Table of Contents

Interface ITokenProvider

Interface to a source of access tokens.

Namespace: k8s.Authentication
Assembly: KubernetesClient.dll
Syntax
public interface ITokenProvider

Methods

View Source

GetAuthenticationHeaderAsync(CancellationToken)

Declaration
Task<AuthenticationHeaderValue> GetAuthenticationHeaderAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<AuthenticationHeaderValue>

AuthenticationHeaderValue

  • View Source
In this article
Back to top Generated by DocFX