Show / Hide Table of Contents

Class TokenFileAuth

Inheritance
object
TokenFileAuth
Implements
ITokenProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.Authentication
Assembly: KubernetesClient.dll
Syntax
public class TokenFileAuth : ITokenProvider

Constructors

View Source

TokenFileAuth(string)

Declaration
public TokenFileAuth(string tokenFile)
Parameters
Type Name Description
string tokenFile

Methods

View Source

GetAuthenticationHeaderAsync(CancellationToken)

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

AuthenticationHeaderValue

Implements

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