Octokit::Authentication
Authentication methods for Octokit::Client
Instance methods
application_authenticated?
Indicates if the client has OAuth Application client_id and secret credentials to make anonymous requests at a higher rate limit
See Also:
basic_authenticated?
Indicates if the client was supplied Basic Auth username and password
See Also:
user_authenticated?
Indicates if the client was supplied an OAuth access token or Basic Auth username and password
See Also: