NoExistingAuthFlow

Thrown if the application attempts to complete an OAuth flow when no OAuth flow has been initiated. This may indicate a user who navigated directly to the OAuth redirect_uri for the application.

Note: This error is currently only thrown in the Swift language bindings.

Constructors

Link copied to clipboard
constructor(message: String)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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