https://www.archerimagine.com/articles/aws/aws-cognito-tutorials.html
var params = { AccessToken: 'STRING_VALUE' /* required */ }; cognitoidentityserviceprovider.getUser(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
No comments:
Post a Comment