TwitchAuthenticationImpl class

Implementation of the TwitchAuthentication class. For the usage, refer to the TwitchAuthentication class.

Inheritance

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

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 accessToken acquired during the OAuth process using the clientId indicated.
override
toString() String
A string representation of this object.
inherited
validate({required String accessToken}) Future<HttpResult<AuthValidateResponse>>
Validate the accessToken retrieved via the OAuth process.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited