authorizations property

AuthorizationsService authorizations

Service for autorizations related methods of the GitHub API.

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

Implementation

AuthorizationsService get authorizations =>
    _authorizations ??= AuthorizationsService(this);