loginGoogleSSO

suspend fun loginGoogleSSO(googleServerAuthCode: String): LocalzResult<BackgroundSdkState>

Logs in using Google SSO authentication.

Return

A LocalzResult containing the current BackgroundSdkState.

Parameters

googleServerAuthCode

The Google server auth code.

Throws

if the SDK is not configured.