Show / Hide Table of Contents

Class OidcTokenProvider

Inheritance
object
OidcTokenProvider
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 OidcTokenProvider : ITokenProvider

Constructors

View Source

OidcTokenProvider(string, string, string, string, string)

Declaration
public OidcTokenProvider(string clientId, string clientSecret, string idpIssuerUrl, string idToken, string refreshToken)
Parameters
Type Name Description
string clientId
string clientSecret
string idpIssuerUrl
string idToken
string refreshToken

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