package
0.0.3
Repository: https://github.com/aliyun/credentials-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewCredential return a credential according to the type in config.

# Constants

Environmental virables that may be used by the provider.
Environmental virables that may be used by the provider.
EnvVarAccessKeyId is a name of ALIBABA_CLOUD_ACCESS_KEY_Id.
EnvVarAccessKeySecret is a name of ALIBABA_CLOUD_ACCESS_KEY_SECRET.
Environmental virables that may be used by the provider.

# Structs

AccessKeyCredential is a kind of credential.
BearerTokenCredential is a kind of credential.
Config is important when call NewCredential.
EcsRAMRoleCredential is a kind of credential.
RAMRoleArnCredential is a kind of credentials.
RsaKeyPairCredential is a kind of credentials.
StsTokenCredential is a kind of credentials.

# Interfaces

Credential is an interface for getting actual credential.
Provider will be implemented When you want to customize the provider.