Table of Contents - oauth2-client-2.0.0 Documentation
Classes and Modules
- OAuth2Client
- OAuth2Client::Client
- OAuth2Client::Error
- OAuth2Client::Grant
- OAuth2Client::Grant::AuthorizationCode
- OAuth2Client::Grant::Base
- OAuth2Client::Grant::Base::InvalidAuthorizationTypeError
- OAuth2Client::Grant::ClientCredentials
- OAuth2Client::Grant::DeviceCode
- OAuth2Client::Grant::Implicit
- OAuth2Client::Grant::Password
- OAuth2Client::Grant::RefreshToken
- OAuth2Client::HttpConnection
- OAuth2Client::HttpConnection::UnhandledHTTPMethodError
- OAuth2Client::HttpConnection::UnsupportedSchemeError
- OAuth2Client::UrlHelper
- OAuth2Client::Version
Methods
- ::default_options — OAuth2Client::HttpConnection
- ::http_basic_encode — OAuth2Client::UrlHelper
- ::new — OAuth2Client::Client
- ::new — OAuth2Client::HttpConnection
- ::new — OAuth2Client::Grant::Base
- ::to_s — OAuth2Client::Version
- #absolute_url — OAuth2Client::HttpConnection
- #authorization_code — OAuth2Client::Client
- #authorization_params — OAuth2Client::Grant::AuthorizationCode
- #authorization_path — OAuth2Client::Grant::AuthorizationCode
- #authorization_url — OAuth2Client::Grant::AuthorizationCode
- #build_url — OAuth2Client::UrlHelper
- #client_credentials — OAuth2Client::Client
- #configure_ssl — OAuth2Client::HttpConnection
- #connection — OAuth2Client::Client
- #connection_options= — OAuth2Client::Client
- #default_headers — OAuth2Client::HttpConnection
- #device_code — OAuth2Client::Client
- #fetch_authorization_url — OAuth2Client::Grant::AuthorizationCode
- #generate_nonce — OAuth2Client::UrlHelper
- #generate_urlsafe_key — OAuth2Client::UrlHelper
- #get_code — OAuth2Client::Grant::DeviceCode
- #get_token — OAuth2Client::Grant::AuthorizationCode
- #get_token — OAuth2Client::Grant::ClientCredentials
- #get_token — OAuth2Client::Grant::DeviceCode
- #get_token — OAuth2Client::Grant::Implicit
- #get_token — OAuth2Client::Grant::Password
- #get_token — OAuth2Client::Grant::RefreshToken
- #grant_type — OAuth2Client::Grant::AuthorizationCode
- #grant_type — OAuth2Client::Grant::ClientCredentials
- #grant_type — OAuth2Client::Grant::DeviceCode
- #grant_type — OAuth2Client::Grant::Password
- #grant_type — OAuth2Client::Grant::RefreshToken
- #host= — OAuth2Client::Client
- #http_basic_encode — OAuth2Client::UrlHelper
- #http_connection — OAuth2Client::HttpConnection
- #implicit — OAuth2Client::Client
- #make_request — OAuth2Client::Grant::Base
- #normalize_scope — OAuth2Client::Client
- #password — OAuth2Client::Client
- #redirect_limit_reached? — OAuth2Client::HttpConnection
- #refresh_token — OAuth2Client::Client
- #response_type — OAuth2Client::Grant::AuthorizationCode
- #response_type — OAuth2Client::Grant::Implicit
- #scheme= — OAuth2Client::HttpConnection
- #send_request — OAuth2Client::HttpConnection
- #ssl= — OAuth2Client::HttpConnection
- #ssl? — OAuth2Client::HttpConnection
- #ssl_cert_store — OAuth2Client::HttpConnection
- #ssl_verify_mode — OAuth2Client::HttpConnection
- #to_query — OAuth2Client::UrlHelper
- #token_params — OAuth2Client::Grant::Implicit
- #token_path — OAuth2Client::Grant::AuthorizationCode
- #token_path — OAuth2Client::Grant::Implicit
- #token_url — OAuth2Client::Grant::Implicit