AuthorizationsService class

The AuthorizationsService handles communication with authorizations related methods of the GitHub API.

Note: You can only access this API via Basic Authentication using your username and password, not tokens.

API docs: https://developer.github.com/v3/oauth_authorizations/

Inheritance

Constructors

AuthorizationsService(GitHub github)

Properties

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

Methods

getAuthorization(int id) Future<Authorization>
Fetches an authorization specified by id.
listAuthorizations() Stream<Authorization>
Lists all authorizations.
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