Show / Hide Table of Contents

Interface IServiceAccountTokenSupplier

An interface that provides ServiceAccountToken

Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface IServiceAccountTokenSupplier

Properties

ServiceAccountToken

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