BaseOAuthFlowMixin mixin
- Superclass constraints
- Mixin applications
Properties
-
getter/setter pair
- baseUrl ↔ String?
-
getter/setter pair
- codeVerifier ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialUri ↔ Uri
-
getter/setter pairinherited
-
onSuccessAuth
↔ ValueChanged<
Credentials> ? -
This function will be called when user successfully authenticates.
It will receive the OAuth Credentials
getter/setter pair
-
redirectUrls
→ Set<
String> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearState(
) → void -
inherited
-
hideLoading(
) → Future< void> -
inherited
-
init(
{Uri? initialUri, Iterable< String> ? redirectUrls, ValueChanged<String> ? onSuccessRedirect, ValueChanged? onError, VoidCallback? onCancel}) → void -
inherited
-
initOAuth(
{required OAuthConfiguration configuration}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCancel(
) → void -
inherited
-
onError(
dynamic error) → void -
inherited
-
inherited
-
onSuccess(
String responseRedirect) → void -
override
-
saveState(
) → void -
override
-
showLoading(
) → void -
inherited
-
startsWithAnyRedirectUrl(
String url) → bool -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited