Auth0SocialLoginException class
Exception thrown when social login fails during the Auth0 authentication process.
This exception is typically used to represent errors occurring while attempting to log in through a social identity provider (e.g., Google, Facebook, Apple).
It provides a descriptive message, an optional HTTP status code, and optional error details for further context.
- Implemented types
Constructors
- Auth0SocialLoginException({required String message, int? statusCode, dynamic errorDetails})
-
Constructs an Auth0SocialLoginException with the given
message, and optionally astatusCodeanderrorDetailsfor debugging purposes.
Properties
- errorDetails → dynamic
-
Optional additional error information such as a response body
or structured error payload.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
A human-readable message describing the error.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int?
-
Optional HTTP status code returned by the Auth0 API or social provider.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited