TwitchAuthenticationImpl class
Implementation of the TwitchAuthentication class.
- Inheritance
-
- Object
- TwitchAuthentication
- TwitchAuthenticationImpl
Constructors
Properties
- client → TwitchHttpClientImpl
-
no setteroverride
- 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
override
-
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 token acquired during the OAuth process.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
{required String accessToken}) → Future< HttpResult< AuthValidateResponse> > -
Validate the token retrieved via the OAuth process.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited