Show / Hide Table of Contents

Class OkeWorkloadIdentityAuthenticationDetailsProvider

Implementation of OkeWorkloadIdentityAuthenticationDetailsProvider. This provider can only be inside pods

Inheritance
object
AbstractRequestingAuthenticationDetailsProvider
OkeWorkloadIdentityAuthenticationDetailsProvider
Implements
IBasicAuthenticationDetailsProvider
IAbstractAuthenticationDetailsProvider
IRegionProvider
IRefreshableOnNotAuthenticatedProvider<string>
Inherited Members
AbstractRequestingAuthenticationDetailsProvider.Region
AbstractRequestingAuthenticationDetailsProvider.federationClient
AbstractRequestingAuthenticationDetailsProvider.sessionKeySupplier
AbstractRequestingAuthenticationDetailsProvider.PassPhraseCharacters
AbstractRequestingAuthenticationDetailsProvider.KeyId
AbstractRequestingAuthenticationDetailsProvider.GetPrivateKey()
AbstractRequestingAuthenticationDetailsProvider.Refresh()
AbstractRequestingAuthenticationDetailsProvider.AutoDetectUsingMetadataUrl()
AbstractRequestingAuthenticationDetailsProvider.AutoDetectEndpointUsingMetadataUrl()
AbstractRequestingAuthenticationDetailsProvider.AutoDetectCertificatesUsingMetadataUrl()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class OkeWorkloadIdentityAuthenticationDetailsProvider : AbstractRequestingAuthenticationDetailsProvider, IBasicAuthenticationDetailsProvider, IAbstractAuthenticationDetailsProvider, IRegionProvider, IRefreshableOnNotAuthenticatedProvider<string>

Fields

logger

Declaration
protected static Logger logger
Field Value
Type Description
Logger

Methods

GetProvider(IServiceAccountTokenSupplier, string, string)

Declaration
public static OkeWorkloadIdentityAuthenticationDetailsProvider GetProvider(IServiceAccountTokenSupplier serviceAccountTokenSupplier = null, string token = null, string tokenPath = null)
Parameters
Type Name Description
IServiceAccountTokenSupplier serviceAccountTokenSupplier
string token
string tokenPath
Returns
Type Description
OkeWorkloadIdentityAuthenticationDetailsProvider

Implements

IBasicAuthenticationDetailsProvider
IAbstractAuthenticationDetailsProvider
IRegionProvider
IRefreshableOnNotAuthenticatedProvider<T>
In this article
Back to top