Property CredentialsProvider
CredentialsProvider
Gets or sets the credentials provider delegate.
Declaration
public Func<CancellationToken, Task<IAMCredentials>> CredentialsProvider { get; set; }
Property Value
Type | Description |
---|---|
Func<CancellationToken, Task<IAMCredentials>> | The credentials provider delegate to supply the credentials for the specific user's identity. This property is exclusive with Credentials, ConfigFile, ProfileName, UseInstancePrincipal, UseResourcePrincipal, UseSessionToken and UseOKEWorkloadIdentity. |