oAuthLogin

abstract suspend fun oAuthLogin(redirectedUri: String): Result<Unit>

Login the user using OAuth2. This usually happens after a Chrome Custom tab was shown and the user successfully authenticated with the oauth2 provider.

The complete redirectedUri (including URI scheme, host and parameters) will be forwarded to the Smart Workspace backend for authentication.

Since

1.10.0

Return

Result

Parameters

redirectedUri

a redirect URI