After instantiating the SDK (which is explained here), you're allowed to use the following methods from auth.oauth.google
.
init()
Parameters
void
Returns
Promise<string>
Returns the URL needed for starting authentication with Google, to which the user should be redirected.
Example
const initializeGoogleOAuth = await sdk.auth.oauth.google.init()