Sha256: 53d9f79b8d167d7aff20ffd694ed9605dc3c36c248bc9266b047741b9051b4c4
Contents?: true
Size: 532 Bytes
Versions: 35
Compression:
Stored size: 532 Bytes
Contents
var AWS = require('../core'); AWS.util.update(AWS.CognitoIdentity.prototype, { getOpenIdToken: function getOpenIdToken(params, callback) { return this.makeUnauthenticatedRequest('getOpenIdToken', params, callback); }, getId: function getId(params, callback) { return this.makeUnauthenticatedRequest('getId', params, callback); }, getCredentialsForIdentity: function getCredentialsForIdentity(params, callback) { return this.makeUnauthenticatedRequest('getCredentialsForIdentity', params, callback); } });
Version data entries
35 entries across 35 versions & 1 rubygems