* Initializes the GoogleAuthPlugin, loading the gapi library and setting up the plugin. * @param options - Optional initialization options. * @since 3.1.0
(options?: InitOptions)
| 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. |