BaseOAuthFlow class

Mixed in types

Constructors

BaseOAuthFlow()

Properties

authorizationCodeGrant ↔ AuthorizationCodeGrant
getter/setter pairinherited
baseUrl String?
getter/setter pairinherited
codeVerifier String?
getter/setter pairinherited
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 pairinherited
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
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCancel() → void
inherited
onError(dynamic error) → void
inherited
onNavigateTo(String url) bool
inherited
onSuccess(String responseRedirect) → void
inherited
saveState() → void
inherited
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