signIn

abstract suspend fun signIn()

Called when a sudo platform operation is attempted while the user is not signed in.

Implementations should perform the necessary sign-in logic and throw an exception if sign-in fails or is cancelled.

Throws

Any error that occurs during sign-in. The exception will be propagated to the caller and the original operation will not be executed.