MCPcopy Create free account
hub / github.com/CodetrixStudio/CapacitorGoogleAuth / initialize

Method initialize

src/definitions.ts:146–146  ·  view source on GitHub ↗

* Initializes the GoogleAuthPlugin, loading the gapi library and setting up the plugin. * @param options - Optional initialization options. * @since 3.1.0

(options?: InitOptions)

Source from the content-addressed store, hash-verified

144 * @since 3.1.0
145 */
146 initialize(options?: InitOptions): void;
147
148 /**
149 * Initiates the sign-in process and returns a Promise that resolves with the user information.

Callers 1

initializeAppMethod · 0.65

Implementers 2

GoogleAuthWebsrc/web.ts
GoogleAuthandroid/src/main/java/com/codetrixstud

Calls

no outgoing calls

Tested by

no test coverage detected