UNPKG

754 BSource Map (JSON)View Raw
1{"version":3,"file":"GoogleSignIn.types.js","sourceRoot":"","sources":["../src/GoogleSignIn.types.ts"],"names":[],"mappings":"","sourcesContent":["import GoogleUser from './GoogleUser';\n\nexport type GoogleSignInType = 'default' | 'games';\n\nexport type GoogleSignInOptions = {\n scopes?: string[];\n webClientId?: string;\n hostedDomain?: string;\n accountName?: string;\n\n // Android\n signInType?: GoogleSignInType;\n isOfflineEnabled?: boolean;\n isPromptEnabled?: boolean;\n // iOS\n clientId?: string;\n language?: string;\n openIdRealm?: string;\n};\n\nexport type GoogleSignInAuthResultType = 'success' | 'cancel';\n\nexport type GoogleSignInAuthResult = {\n type: GoogleSignInAuthResultType;\n user?: GoogleUser | null;\n};\n"]}
\No newline at end of file