Skip to content

Commit

Permalink
add clarification to Android liveness custom credentials provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Leing committed Nov 14, 2023
1 parent c68a128 commit ac7b822
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ class MyCredentialsProvider : AWSCredentialsProvider<AWSCredentials> {
onError: Consumer<AuthException>
) {
// Fetch the credentials
// Note that these credentials must be of type AWSTemporaryCredentials
// And then call `onSuccess.accept(creds)`
}
}
```
Expand Down

0 comments on commit ac7b822

Please sign in to comment.