ShikimoriOAuth class
Constructors
- ShikimoriOAuth(String clientId, String clientSecret, String applicationName, String redirectUrl)
Properties
- accessToken ↔ dynamic
-
latefinal
- applicationName ↔ String
-
getter/setter pair
- clientId ↔ String
-
getter/setter pair
- clientSecret ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- redirectUrl ↔ String
-
getter/setter pair
- refreshToken ↔ dynamic
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateAuthLink(
[List scopes = _defaultScopes]) → String -
getAccessToken(
String code) → Future< Map< String, dynamic> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
whoami(
) → Future< Map< ?String, dynamic> ?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited