OAuthAuthorizationRedirectResponse class

Response type returned when the signed-in user has already granted consent to the requesting client.

The OAuth 2.1 server short-circuits the consent flow and only provides the redirect URL the caller should navigate to in order to complete the request.

Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.

Inheritance

Constructors

OAuthAuthorizationRedirectResponse({required String redirectUrl})
const
OAuthAuthorizationRedirectResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
redirectUrl String
The URL the caller should redirect the user to in order to complete the already-approved authorization request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited