TwitchAuthenticationConstants class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

authorizationHeader → const String
Param added to the header for authenticated requests
baseUrl → const String
Base url for the Twitch authentication endpoints
clientIdParam → const String
clientIdParam param for the URL
revokeEndpoint → const String
Revoke endpoint, to unvalidate token
tokenParam → const String
token param for the URL
validateEndpoint → const String
Validate endpoint, to check if the token is correct