FlowAlreadyInProgressException

Surfaced as the failure cause of a login or logoutOfBrowser call — inside a failed Result for the List-scope login overload, or as OAuth2ClientResult.Error.exception for logoutOfBrowser and the deprecated String-scope login overload.

Indicates that login or logoutOfBrowser was called while another flow was already in progress. Only one redirect flow can be active at a time.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?