loginAzureSSO

suspend fun loginAzureSSO(idToken: String, accessToken: String, refreshToken: String? = null): LocalzResult<BackgroundSdkState>

Logs in using Azure SSO authentication.

Return

A LocalzResult containing the current BackgroundSdkState.

Parameters

idToken

The Azure ID token.

accessToken

The Azure access token.

refreshToken

The Azure refresh token (optional).

Throws

if the SDK is not configured.