TwitchAuthentication class abstract
- Implementers
Constructors
Properties
- client → TwitchHttpClient
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getLoginLink(
{required String clientId, required String redirect, List< LoginScope> scopes = const [LoginScope.openId]}) → String - The purpose of the method is to return the login link for retrieving access information using the OAuth protocols
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
revoke(
{required String accessToken, required String clientId}) → Future< HttpResult< AuthRevokeResponse> > -
Revoke the
accessToken
acquired during the OAuth process using theclientId
indicated. -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
{required String accessToken}) → Future< HttpResult< AuthValidateResponse> > -
Validate the
accessToken
retrieved via the OAuth process.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited