Error
public enum Error : Swift.Error
The list of errors that can happen during account selection.
-
The user explicitly cancelled the account selection.
Declaration
Swift
case userCancelled
-
The user took too long to select an account.
Declaration
Swift
case userNotResponsive
-
The account selection was cancelled.
Declaration
Swift
case cancelled