LoginController(parcel: Parcel)
LoginController(verifyUser: Boolean, scopes: Array<String> = arrayOf(OIDCScope.SCOPE_OPENID), currentUserId: UserId? = null)
Controller which administrates the process of a login flow using credentials. This is parcelable and should be persisted during the login sequence. After the sequence has been completed, the reference to this can be destroyed. Note: After an Android configuration change, make sure you call evaluate again to re-trigger the currently active task.