mss-sdk
Version:
MSS SDK for JavaScript
12 lines (11 loc) • 374 B
JavaScript
// Fill these in with your application details
// Note that your accountId is usually the number portion of the roleArn
// value, ex.: arn:aws:iam::<accountId>:<roleName>
appInfo = {
accountId: 'ACCOUNTID',
roleArn: 'COGNITO-ROLE',
identityPoolId: 'COGNITO-IDENTITY-POOL-ID',
facebook: { appId: '...' },
amazon: { appId: '...' },
google: { appId: '...' }
};