Skip to content

Commit 5e1a78e

Browse files
committed
fix bug in CacheTokenData
1 parent 036d7ed commit 5e1a78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/FikaAmazonAPI/AmazonCredential.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public AmazonCredential(string AccessKey, string SecretKey, string RoleArn, stri
3636
this.ClientId = ClientId;
3737
this.ClientSecret = ClientSecret;
3838
this.RefreshToken = RefreshToken;
39+
CacheTokenData = new CacheTokenData();
3940
}
4041

4142
public TokenResponse GetToken(TokenDataType tokenDataType)

0 commit comments

Comments
 (0)