Type: boolean
Default: false
When true
, forces display of the account selection screen during the OAuth flow. Currently only supported by Google Contacts.
cloudsponge.init({
// make sure that the user sees the account chooser menu, even if they are only signed into a single Google account
selectAccount: true
})