module

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:

Source
basic_authenticated?

Indicates if the client was supplied Basic Auth username and password

See Also:

Source
bearer_authenticated?

Indicates if the client was supplied a bearer token

See Also:

Source
token_authenticated?

Indicates if the client was supplied an OAuth access token

See Also:

Source
user_authenticated?

Indicates if the client was supplied an OAuth access token or Basic Auth username and password

See Also:

Source