TwitchAuthentication class abstract

Implementers

Constructors

TwitchAuthentication.new()

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

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 the clientId 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