Skip to content
Alchemy Logo

OauthCancelledError

Defined in: account-kit/signer/src/client/index.ts:876

This error is thrown when the OAuth flow is cancelled because the auth popup window was closed.

  • BaseError

new OauthCancelledError(): OauthCancelledError;

Defined in: account-kit/signer/src/client/index.ts:883

Constructor for initializing an error indicating that the OAuth flow was cancelled.

Returns

OauthCancelledError

Overrides

BaseError.constructor;

PropertyTypeDefault value

name

string

"OauthCancelledError"

Was this page helpful?