Show / Hide Table of Contents

Interface IAuthenticationDetailsProvider

An interface of user-based authentication details provider.

Inherited Members
IBasicAuthenticationDetailsProvider.KeyId
IBasicAuthenticationDetailsProvider.GetPrivateKey()
IBasicAuthenticationDetailsProvider.PassPhraseCharacters
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface IAuthenticationDetailsProvider : IBasicAuthenticationDetailsProvider, IAbstractAuthenticationDetailsProvider

Properties

Fingerprint

Declaration
string Fingerprint { get; }
Property Value
Type Description
string

TenantId

Declaration
string TenantId { get; }
Property Value
Type Description
string

UserId

Declaration
string UserId { get; }
Property Value
Type Description
string
In this article
Back to top