interface CognitoIdentity {
    cognitoIdentityId: string;
    cognitoIdentityPoolId: string;
}

Properties

cognitoIdentityId: string
cognitoIdentityPoolId: string

Generated using TypeDoc