Skip to content

Commit

Permalink
fix bug in CacheTokenData
Browse files Browse the repository at this point in the history
  • Loading branch information
abuzuhri committed Nov 23, 2021
1 parent 036d7ed commit 5e1a78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/FikaAmazonAPI/AmazonCredential.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public AmazonCredential(string AccessKey, string SecretKey, string RoleArn, stri
this.ClientId = ClientId;
this.ClientSecret = ClientSecret;
this.RefreshToken = RefreshToken;
CacheTokenData = new CacheTokenData();
}

public TokenResponse GetToken(TokenDataType tokenDataType)
Expand Down

0 comments on commit 5e1a78e

Please sign in to comment.