Table of Contents - grape_oauth2-0.2.0 Documentation
Classes and Modules
- Grape
- Grape::OAuth2
- Grape::OAuth2::ActiveRecord
- Grape::OAuth2::ActiveRecord::AccessGrant
- Grape::OAuth2::ActiveRecord::AccessToken
- Grape::OAuth2::ActiveRecord::Client
- Grape::OAuth2::ClassAccessors
- Grape::OAuth2::Configuration
- Grape::OAuth2::Configuration::Validation
- Grape::OAuth2::Endpoints
- Grape::OAuth2::Endpoints::Authorize
- Grape::OAuth2::Endpoints::Token
- Grape::OAuth2::Generators
- Grape::OAuth2::Generators::Authorization
- Grape::OAuth2::Generators::Base
- Grape::OAuth2::Generators::Token
- Grape::OAuth2::Helpers
- Grape::OAuth2::Helpers::AccessTokenHelpers
- Grape::OAuth2::Helpers::OAuthParams
- Grape::OAuth2::Mongoid
- Grape::OAuth2::Mongoid::AccessGrant
- Grape::OAuth2::Mongoid::AccessToken
- Grape::OAuth2::Mongoid::Client
- Grape::OAuth2::Responses
- Grape::OAuth2::Responses::Authorization
- Grape::OAuth2::Responses::Base
- Grape::OAuth2::Responses::Token
- Grape::OAuth2::Scopes
- Grape::OAuth2::Sequel
- Grape::OAuth2::Sequel::AccessGrant
- Grape::OAuth2::Sequel::AccessToken
- Grape::OAuth2::Sequel::Client
- Grape::OAuth2::Strategies
- Grape::OAuth2::Strategies::AuthorizationCode
- Grape::OAuth2::Strategies::Base
- Grape::OAuth2::Strategies::ClientCredentials
- Grape::OAuth2::Strategies::Password
- Grape::OAuth2::Strategies::RefreshToken
- Grape::OAuth2::UniqueToken
- Grape::OAuth2::VERSION
Methods
- ::allowed_grants — Grape::OAuth2::Generators::Base
- ::api — Grape::OAuth2
- ::authenticate — Grape::OAuth2::ActiveRecord::AccessToken
- ::authenticate — Grape::OAuth2::ActiveRecord::Client
- ::authenticate — Grape::OAuth2::Mongoid::AccessToken
- ::authenticate — Grape::OAuth2::Mongoid::Client
- ::authenticate — Grape::OAuth2::Sequel::AccessToken
- ::authenticate — Grape::OAuth2::Sequel::Client
- ::authenticate_client — Grape::OAuth2::Strategies::Base
- ::authenticate_resource_owner — Grape::OAuth2::Strategies::Base
- ::check_configuration! — Grape::OAuth2
- ::config — Grape::OAuth2::Generators::Base
- ::config — Grape::OAuth2::Strategies::Base
- ::config — Grape::OAuth2
- ::configure — Grape::OAuth2
- ::create_for — Grape::OAuth2::ActiveRecord::AccessGrant
- ::create_for — Grape::OAuth2::ActiveRecord::AccessToken
- ::create_for — Grape::OAuth2::Mongoid::AccessGrant
- ::create_for — Grape::OAuth2::Mongoid::AccessToken
- ::create_for — Grape::OAuth2::Sequel::AccessGrant
- ::create_for — Grape::OAuth2::Sequel::AccessToken
- ::endpoints_mapping — Grape::OAuth2
- ::error_response — Grape::OAuth2::Generators::Authorization
- ::execute_default — Grape::OAuth2::Generators::Authorization
- ::execute_default — Grape::OAuth2::Generators::Token
- ::expose_to_bearer_token — Grape::OAuth2::Strategies::Base
- ::find_strategy — Grape::OAuth2::Generators::Token
- ::gem_version — Grape::OAuth2
- ::generate — Grape::OAuth2::UniqueToken
- ::generate_for — Grape::OAuth2::Generators::Authorization
- ::generate_for — Grape::OAuth2::Generators::Token
- ::inject_to_api — Grape::OAuth2
- ::middleware — Grape::OAuth2
- ::new — Grape::OAuth2::Configuration
- ::new — Grape::OAuth2::Responses::Base
- ::new — Grape::OAuth2::Scopes
- ::process — Grape::OAuth2::Strategies::AuthorizationCode
- ::process — Grape::OAuth2::Strategies::ClientCredentials
- ::process — Grape::OAuth2::Strategies::Password
- ::process — Grape::OAuth2::Strategies::RefreshToken
- ::run_on_refresh_callback — Grape::OAuth2::Strategies::RefreshToken
- ::scopes_from — Grape::OAuth2::Strategies::Base
- ::version — Grape::OAuth2
- #access_grant_class — Grape::OAuth2::ClassAccessors
- #access_token_class — Grape::OAuth2::ClassAccessors
- #access_token_required! — Grape::OAuth2::Helpers::AccessTokenHelpers
- #before_validation — Grape::OAuth2::Sequel::AccessGrant
- #before_validation — Grape::OAuth2::Sequel::AccessToken
- #before_validation — Grape::OAuth2::Sequel::Client
- #body — Grape::OAuth2::Responses::Base
- #check! — Grape::OAuth2::Configuration::Validation
- #check_class_methods — Grape::OAuth2::Configuration::Validation
- #check_instance_methods — Grape::OAuth2::Configuration::Validation
- #check_required_classes! — Grape::OAuth2::Configuration::Validation
- #check_required_classes_api! — Grape::OAuth2::Configuration::Validation
- #client_class — Grape::OAuth2::ClassAccessors
- #current_access_token — Grape::OAuth2::Helpers::AccessTokenHelpers
- #current_resource_owner — Grape::OAuth2::Helpers::AccessTokenHelpers
- #default_token_authenticator — Grape::OAuth2::Configuration
- #expired? — Grape::OAuth2::ActiveRecord::AccessToken
- #expired? — Grape::OAuth2::Mongoid::AccessToken
- #expired? — Grape::OAuth2::Sequel::AccessGrant
- #expired? — Grape::OAuth2::Sequel::AccessToken
- #generate_keys — Grape::OAuth2::ActiveRecord::Client
- #generate_keys — Grape::OAuth2::Mongoid::Client
- #generate_keys — Grape::OAuth2::Sequel::Client
- #generate_token — Grape::OAuth2::ActiveRecord::AccessGrant
- #generate_token — Grape::OAuth2::Mongoid::AccessGrant
- #generate_token — Grape::OAuth2::Sequel::AccessGrant
- #generate_tokens — Grape::OAuth2::ActiveRecord::AccessToken
- #generate_tokens — Grape::OAuth2::Mongoid::AccessToken
- #generate_tokens — Grape::OAuth2::Sequel::AccessToken
- #headers — Grape::OAuth2::Responses::Base
- #initialize_authenticators — Grape::OAuth2::Configuration
- #initialize_classes — Grape::OAuth2::Configuration
- #on_refresh_runnable? — Grape::OAuth2::Configuration
- #present_in? — Grape::OAuth2::Scopes
- #raw_body — Grape::OAuth2::Responses::Base
- #reset! — Grape::OAuth2::Configuration
- #resource_owner_class — Grape::OAuth2::ClassAccessors
- #revoke! — Grape::OAuth2::ActiveRecord::AccessToken
- #revoke! — Grape::OAuth2::Mongoid::AccessToken
- #revoke! — Grape::OAuth2::Sequel::AccessGrant
- #revoke! — Grape::OAuth2::Sequel::AccessToken
- #revoked? — Grape::OAuth2::ActiveRecord::AccessToken
- #revoked? — Grape::OAuth2::Mongoid::AccessToken
- #revoked? — Grape::OAuth2::Sequel::AccessGrant
- #revoked? — Grape::OAuth2::Sequel::AccessToken
- #scopes_validator — Grape::OAuth2::ClassAccessors
- #setup_expiration — Grape::OAuth2::ActiveRecord::AccessGrant
- #setup_expiration — Grape::OAuth2::ActiveRecord::AccessToken
- #setup_expiration — Grape::OAuth2::Mongoid::AccessGrant
- #setup_expiration — Grape::OAuth2::Mongoid::AccessToken
- #setup_expiration — Grape::OAuth2::Sequel::AccessGrant
- #setup_expiration — Grape::OAuth2::Sequel::AccessToken
- #status — Grape::OAuth2::Responses::Base
- #to_array — Grape::OAuth2::Scopes
- #to_bearer_token — Grape::OAuth2::ActiveRecord::AccessToken
- #to_bearer_token — Grape::OAuth2::Mongoid::AccessToken
- #to_bearer_token — Grape::OAuth2::Sequel::AccessToken
- #token_generator — Grape::OAuth2::ClassAccessors
- #valid_access_token? — Grape::OAuth2::Helpers::AccessTokenHelpers
- #valid_for? — Grape::OAuth2::Scopes
- #validate — Grape::OAuth2::Sequel::AccessGrant
- #validate — Grape::OAuth2::Sequel::AccessToken
- #validate — Grape::OAuth2::Sequel::Client