Skip to content

Commit

Permalink
add clarification to Android liveness custom credentials provider (#4726
Browse files Browse the repository at this point in the history
)

Co-authored-by: Thomas Leing <[email protected]>
  • Loading branch information
tjleing and Thomas Leing authored Nov 15, 2023
1 parent c1141da commit 193ca4b
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 193ca4b

Please sign in to comment.