loginGenericSSO
suspend fun loginGenericSSO(idToken: String, accessToken: String? = null, refreshToken: String? = null): LocalzResult<BackgroundSdkState>
Logs in using Generic SSO authentication with tokens.
Return
A LocalzResult containing the current BackgroundSdkState.
Parameters
idToken
The ID token.
accessToken
The access token (optional).
refreshToken
The refresh token (optional).
Throws
if the SDK is not configured.