amazon web services - How to get access token once authenticated via AWS Federated Identities -




i understand can access token when authenticate via cognito user pools method:

cognitouser.authenticateuser(authenticationdetails, {             onsuccess: function (result) {                 console.log('access token + ' + result.getaccesstoken().getjwttoken()) 

now, how access token when use federated identities facebook, google? possible access token? able see facebook token, not aws token right in aws user pools.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -