Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oauthlib/oauthlib
/ endpoints
Endpoints
28 in github.com/oauthlib/oauthlib
⨍
Functions
1,036
◇
Types & classes
212
↳
Endpoints
28
Route
test_authorization
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_authorization_code.py:None
Route
test_authorization
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_implicit.py:None
Route
test_authorization_endpoint_handles_prompt
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/endpoints/test_openid_connect_params_handling.py:None
Route
test_authorization_grant
mock.patch('oauthlib.common.generate_token', new=lambda: 'abc')
tests/oauth2/rfc6749/test_server.py:None
Route
test_authorization_grant
mock.patch('oauthlib.common.generate_token', new=lambda: 'abc')
tests/openid/connect/core/test_server.py:None
Route
test_client_grant
mock.patch('oauthlib.common.generate_token', new=lambda: 'abc')
tests/oauth2/rfc6749/test_server.py:None
Route
test_create_authorization_response
mock.patch('oauthlib.common.generate_token')
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:None
Route
test_create_token_response
mock.patch('oauthlib.common.generate_token')
tests/oauth2/rfc6749/grant_types/test_implicit.py:None
Route
test_device_authorization_grant
mock.patch("oauthlib.oauth2.rfc8628.endpoints.device_authorization.generate_token")
tests/oauth2/rfc8628/test_server.py:None
Route
test_device_authorization_grant_interval
mock.patch( "oauthlib.oauth2.rfc8628.endpoints.device_authorization.generate_token", lambda: "
tests/oauth2/rfc8628/test_server.py:None
Route
test_device_authorization_grant_interval_with_zero
mock.patch( "oauthlib.oauth2.rfc8628.endpoints.device_authorization.generate_token", lambda: "
tests/oauth2/rfc8628/test_server.py:None
Route
test_device_authorization_grant_user_gode_generator
mock.patch( "oauthlib.oauth2.rfc8628.endpoints.device_authorization.generate_token", lambda: "
tests/oauth2/rfc8628/test_server.py:None
Route
test_device_authorization_grant_verify_url_complete_callable
mock.patch( "oauthlib.oauth2.rfc8628.endpoints.device_authorization.generate_token", lambda: "
tests/oauth2/rfc8628/test_server.py:None
Route
test_device_authorization_grant_verify_url_complete_string
mock.patch( "oauthlib.oauth2.rfc8628.endpoints.device_authorization.generate_token", lambda: "
tests/oauth2/rfc8628/test_server.py:None
Route
test_implicit_grant
mock.patch('oauthlib.common.generate_token', new=lambda: 'abc')
tests/oauth2/rfc6749/test_server.py:None
Route
test_implicit_grant
mock.patch('oauthlib.common.generate_token', new=lambda: 'abc')
tests/openid/connect/core/test_server.py:None
Route
test_no_prompt_authorization
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_authorization_code.py:None
Route
test_no_prompt_authorization
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_implicit.py:None
Route
test_optional_nonce
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_authorization_code.py:None
Route
test_optional_nonce
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_hybrid.py:None
Route
test_parse_token_response
patch('time.time')
tests/oauth2/rfc6749/clients/test_service_application.py:None
Route
test_parse_token_response_generated_expires_at_is_int
patch('time.time')
tests/oauth2/rfc6749/clients/test_base.py:None
Route
test_password_grant
mock.patch('oauthlib.common.generate_token', new=lambda: 'abc')
tests/oauth2/rfc6749/test_server.py:None
Route
test_request_body
patch('time.time')
tests/oauth2/rfc6749/clients/test_service_application.py:None
Route
test_request_body_no_initial_private_key
patch('time.time')
tests/oauth2/rfc6749/clients/test_service_application.py:None
Route
test_required_nonce
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_implicit.py:None
Route
test_required_nonce
mock.patch('oauthlib.common.generate_token')
tests/openid/connect/core/grant_types/test_hybrid.py:None
Route
test_scopes_and_user_id_stored_in_access_token
mock.patch('oauthlib.common.generate_token', new=lambda: 'abc')
tests/oauth2/rfc6749/test_server.py:None