signInWithSavedCredentials

abstract suspend fun signInWithSavedCredentials(activity: Activity): Result<Unit>

Sign in with saved credentials.

Return

A Result representing the sign-in operation result. It contains Unit if the sign-in was successful, or an error if there was a problem.

Parameters

activity

The activity instance.