C# Class Amazon.Runtime.RefreshingAWSCredentials

Abstract class for automatically refreshing AWS credentials
Inheritance: AWSCredentials
Afficher le fichier Open project: scopely/aws-sdk-net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetCredentials ( ) : ImmutableCredentials

Returns an instance of ImmutableCredentials for this instance

Méthodes protégées

Méthode Description
GenerateNewCredentials ( ) : CredentialsRefreshState

When overridden in a derived class, generates new credentials and new expiration date. Called on first credentials request and when expiration date is in the past.

Method Details

GenerateNewCredentials() protected méthode

When overridden in a derived class, generates new credentials and new expiration date. Called on first credentials request and when expiration date is in the past.
protected GenerateNewCredentials ( ) : CredentialsRefreshState
Résultat CredentialsRefreshState

GetCredentials() public méthode

Returns an instance of ImmutableCredentials for this instance
public GetCredentials ( ) : ImmutableCredentials
Résultat ImmutableCredentials