loginGenericSSOWithAuthCode

suspend fun loginGenericSSOWithAuthCode(authorizationCode: String, redirectUrl: String): LocalzResult<BackgroundSdkState>

Logs in using Generic SSO authentication with authorization code.

Return

A LocalzResult containing the current BackgroundSdkState.

Parameters

authorizationCode

The authorization code.

redirectUrl

The redirect URL.

Throws

if the SDK is not configured.