Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oauthlib/oauthlib
/ functions
Functions
1,036 in github.com/oauthlib/oauthlib
⨍
Functions
1,036
◇
Types & classes
212
↳
Endpoints
28
Method
setUp
(self)
tests/oauth1/rfc5849/endpoints/test_base.py:355
Method
set_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_credentials_preservation.py:31
Method
set_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:21
Method
set_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_extra_credentials.py:15
Method
set_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:51
Method
set_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_scope_handling.py:36
Method
set_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_error_responses.py:18
Method
set_client
(self, request)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:35
Method
set_client
(self, request, *args, **kwargs)
tests/oauth2/rfc6749/grant_types/test_resource_owner_password.py:30
Method
set_client
(self, request)
tests/oauth2/rfc8628/endpoints/test_error_responses.py:11
Method
set_client
(self, request)
tests/openid/connect/core/endpoints/test_openid_connect_params_handling.py:36
Method
set_client
(self, request)
tests/openid/connect/core/endpoints/test_claims_handling.py:35
Method
set_client
(self, request)
tests/openid/connect/core/grant_types/test_authorization_code.py:55
Method
set_client
(self, request)
tests/openid/connect/core/grant_types/test_refresh_token.py:40
Method
set_client_id
(self, client_id, request)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:56
Function
set_debug
Set value of debug flag :param debug_val: Value to set. Must be a bool value.
oauthlib/__init__.py:21
Method
set_request_scopes
(client_id, code, client, request)
tests/oauth2/rfc6749/endpoints/test_scope_handling.py:24
Method
set_request_scopes
(client_id, code, client, request)
tests/openid/connect/core/endpoints/test_claims_handling.py:23
Method
set_scopes
(self, scopes)
tests/openid/connect/core/endpoints/test_claims_handling.py:22
Method
set_scopes
(self, client_id, code, client, request)
tests/openid/connect/core/grant_types/test_authorization_code.py:155
Method
set_scopes_invalid
(token, scopes, request)
tests/openid/connect/core/endpoints/test_userinfo_endpoint.py:48
Function
set_scopes_valid
(token, scopes, request)
tests/openid/connect/core/endpoints/test_userinfo_endpoint.py:11
Method
set_user
(request)
tests/oauth2/rfc6749/test_server.py:112
Method
set_user
(request)
tests/oauth2/rfc6749/test_server.py:219
Method
set_user
(self, client_id, code, client, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:26
Method
set_user
(self, request)
tests/oauth2/rfc6749/endpoints/test_scope_handling.py:29
Method
set_user
(request)
tests/openid/connect/core/test_server.py:118
Method
set_user
(self, request)
tests/openid/connect/core/endpoints/test_claims_handling.py:28
Method
set_user_from_credentials
(self, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:34
Method
set_user_from_username
(self, username, password, client, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:30
Function
sign_hmac_sha1
Deprecated function for calculating a HMAC-SHA1 signature. This function has been replaced by invoking ``sign_hmac`` with "SHA-1" as the
oauthlib/oauth1/rfc5849/signature.py:473
Function
sign_hmac_sha256
Deprecated function for calculating a HMAC-SHA256 signature. This function has been replaced by invoking ``sign_hmac`` with "SHA-256" as
oauthlib/oauth1/rfc5849/signature.py:510
Function
sign_rsa_sha1
Deprecated function for calculating a RSA-SHA1 signature. This function has been replaced by invoking ``sign_rsa`` with "SHA-1" as the h
oauthlib/oauth1/rfc5849/signature.py:758
Function
signed_token_generator
:param private_pem:
oauthlib/oauth2/rfc6749/tokens.py:225
Method
sort_list
(claims)
tests/oauth2/rfc6749/endpoints/test_metadata.py:133
Method
special_test_function
I am a special test function
tests/oauth1/rfc5849/test_utils.py:55
Method
test_access_denied
(self)
tests/oauth2/rfc6749/endpoints/test_error_responses.py:254
Method
test_access_denied_no_default_redirecturi
(self)
tests/oauth2/rfc6749/endpoints/test_error_responses.py:264
Method
test_add_bearer_token
Test a number of bearer token placements
tests/oauth2/rfc6749/clients/test_base.py:39
Method
test_add_mac_token
(self)
tests/oauth2/rfc6749/clients/test_base.py:139
Method
test_add_params_to_uri
(self)
tests/test_common.py:69
Method
test_append_params
(self)
tests/oauth1/rfc5849/test_parameters.py:44
Method
test_auth_grant_uri
(self)
tests/oauth2/rfc6749/clients/test_web_application.py:70
Method
test_authenticate_client
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:168
Method
test_authenticate_client_id
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:194
Method
test_authenticate_client_id
(self)
tests/oauth2/rfc6749/grant_types/test_refresh_token.py:154
Method
test_authentication_required
ensure client_authentication_required() is properly called
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:161
Method
test_authentication_required
ensure client_authentication_required() is properly called
tests/oauth2/rfc6749/grant_types/test_refresh_token.py:122
Method
test_authentication_required_populate_client_id
Make sure that request.client_id is populated from request.client.client_id if None.
tests/oauth2/rfc6749/grant_types/test_refresh_token.py:134
Method
test_authorization
(self, generate_token)
tests/openid/connect/core/grant_types/test_authorization_code.py:61
Method
test_authorization
(self, generate_token)
tests/openid/connect/core/grant_types/test_implicit.py:44
Method
test_authorization_endpoint_handles_prompt
(self, generate_token)
tests/openid/connect/core/endpoints/test_openid_connect_params_handling.py:42
Method
test_authorization_grant
(self)
tests/oauth2/rfc6749/test_server.py:51
Method
test_authorization_grant
(self)
tests/oauth2/rfc6749/test_server.py:145
Method
test_authorization_grant
(self)
tests/oauth2/rfc6749/test_server.py:282
Method
test_authorization_grant
(self)
tests/openid/connect/core/test_server.py:57
Method
test_authorization_grant
(self)
tests/openid/connect/core/test_server.py:145
Method
test_backend_application
(self)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:99
Method
test_base_string_uri
Test the ``base_string_uri`` function.
tests/oauth1/rfc5849/test_signatures.py:170
Method
test_basic
(self)
tests/test_common.py:232
Method
test_basicauth_backend
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:113
Method
test_basicauth_introspect
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:133
Method
test_basicauth_legacy
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:104
Method
test_basicauth_revoke
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:122
Method
test_basicauth_web
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:95
Method
test_case_insensitive_headers
(self)
tests/oauth1/rfc5849/test_client.py:215
Method
test_case_insensitive_headers
Ensure headers are case-insensitive
tests/oauth1/rfc5849/endpoints/test_base.py:181
Method
test_check_access_token
(self)
tests/oauth1/rfc5849/endpoints/test_resource.py:41
Method
test_check_length
(self)
tests/oauth1/rfc5849/test_request_validator.py:47
Method
test_check_realms
(self)
tests/oauth1/rfc5849/test_request_validator.py:58
Method
test_check_realms
(self)
tests/oauth1/rfc5849/endpoints/test_request_token.py:41
Method
test_check_redirect_uri
(self)
tests/oauth1/rfc5849/endpoints/test_request_token.py:33
Method
test_check_request_token
(self)
tests/oauth1/rfc5849/endpoints/test_access_token.py:40
Method
test_check_verifier
(self)
tests/oauth1/rfc5849/endpoints/test_access_token.py:47
Method
test_claims_stored_on_code_creation
(self)
tests/openid/connect/core/endpoints/test_claims_handling.py:67
Method
test_client_grant
(self)
tests/oauth2/rfc6749/test_server.py:190
Method
test_client_grant
(self)
tests/oauth2/rfc6749/test_server.py:350
Method
test_client_id_authentication
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:68
Method
test_client_id_missing
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:174
Method
test_client_id_missing
(self)
tests/oauth2/rfc6749/grant_types/test_resource_owner_password.py:149
Method
test_client_key_check
(self)
tests/oauth1/rfc5849/endpoints/test_base.py:70
Method
test_client_no_realm
(self)
tests/oauth1/rfc5849/test_client.py:14
Method
test_client_realm_sign_with_additional_realm
(self)
tests/oauth1/rfc5849/test_client.py:27
Method
test_client_realm_sign_with_default_realm
(self)
tests/oauth1/rfc5849/test_client.py:20
Method
test_code_modifier_called
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:329
Method
test_collect_parameters
Test the ``collect_parameters`` function.
tests/oauth1/rfc5849/test_signatures.py:362
Method
test_combined_forbidden
(self)
tests/test_uri_validate.py:32
Method
test_convert_to_unicode_resource_owner
(self)
tests/oauth1/rfc5849/test_client.py:38
Method
test_correct_code_challenge_method_plain
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:306
Method
test_correct_code_challenge_method_s256
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:312
Method
test_create_authorization_grant
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:72
Method
test_create_authorization_grant_no_scopes
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:82
Method
test_create_authorization_grant_state
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:88
Method
test_create_authorization_response
(self, generate_token)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:104
Method
test_create_authorization_response
(self)
tests/oauth1/rfc5849/endpoints/test_authorization.py:39
Method
test_create_authorization_response_oauth
(self)
tests/openid/connect/core/grant_types/test_dispatchers.py:44
Method
test_create_authorization_response_oob
(self)
tests/oauth1/rfc5849/endpoints/test_authorization.py:48
Method
test_create_authorization_response_openid
(self)
tests/openid/connect/core/grant_types/test_dispatchers.py:32
Method
test_create_code_challenge_plain
(self)
tests/oauth2/rfc6749/clients/test_base.py:325
Method
test_create_code_challenge_s256
(self)
tests/oauth2/rfc6749/clients/test_base.py:334
← previous
next →
501–600 of 1,036, ranked by callers