MCPcopy Create free account

hub / github.com/oauthlib/oauthlib / functions

Functions1,036 in github.com/oauthlib/oauthlib

MethodsetUp
(self)
tests/oauth1/rfc5849/endpoints/test_base.py:355
Methodset_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_credentials_preservation.py:31
Methodset_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:21
Methodset_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_extra_credentials.py:15
Methodset_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:51
Methodset_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_scope_handling.py:36
Methodset_client
(self, request)
tests/oauth2/rfc6749/endpoints/test_error_responses.py:18
Methodset_client
(self, request)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:35
Methodset_client
(self, request, *args, **kwargs)
tests/oauth2/rfc6749/grant_types/test_resource_owner_password.py:30
Methodset_client
(self, request)
tests/oauth2/rfc8628/endpoints/test_error_responses.py:11
Methodset_client
(self, request)
tests/openid/connect/core/endpoints/test_openid_connect_params_handling.py:36
Methodset_client
(self, request)
tests/openid/connect/core/endpoints/test_claims_handling.py:35
Methodset_client
(self, request)
tests/openid/connect/core/grant_types/test_authorization_code.py:55
Methodset_client
(self, request)
tests/openid/connect/core/grant_types/test_refresh_token.py:40
Methodset_client_id
(self, client_id, request)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:56
Functionset_debug
Set value of debug flag :param debug_val: Value to set. Must be a bool value.
oauthlib/__init__.py:21
Methodset_request_scopes
(client_id, code, client, request)
tests/oauth2/rfc6749/endpoints/test_scope_handling.py:24
Methodset_request_scopes
(client_id, code, client, request)
tests/openid/connect/core/endpoints/test_claims_handling.py:23
Methodset_scopes
(self, scopes)
tests/openid/connect/core/endpoints/test_claims_handling.py:22
Methodset_scopes
(self, client_id, code, client, request)
tests/openid/connect/core/grant_types/test_authorization_code.py:155
Methodset_scopes_invalid
(token, scopes, request)
tests/openid/connect/core/endpoints/test_userinfo_endpoint.py:48
Functionset_scopes_valid
(token, scopes, request)
tests/openid/connect/core/endpoints/test_userinfo_endpoint.py:11
Methodset_user
(request)
tests/oauth2/rfc6749/test_server.py:112
Methodset_user
(request)
tests/oauth2/rfc6749/test_server.py:219
Methodset_user
(self, client_id, code, client, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:26
Methodset_user
(self, request)
tests/oauth2/rfc6749/endpoints/test_scope_handling.py:29
Methodset_user
(request)
tests/openid/connect/core/test_server.py:118
Methodset_user
(self, request)
tests/openid/connect/core/endpoints/test_claims_handling.py:28
Methodset_user_from_credentials
(self, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:34
Methodset_user_from_username
(self, username, password, client, request)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:30
Functionsign_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
Functionsign_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
Functionsign_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
Functionsigned_token_generator
:param private_pem:
oauthlib/oauth2/rfc6749/tokens.py:225
Methodsort_list
(claims)
tests/oauth2/rfc6749/endpoints/test_metadata.py:133
Methodspecial_test_function
I am a special test function
tests/oauth1/rfc5849/test_utils.py:55
Methodtest_access_denied
(self)
tests/oauth2/rfc6749/endpoints/test_error_responses.py:254
Methodtest_access_denied_no_default_redirecturi
(self)
tests/oauth2/rfc6749/endpoints/test_error_responses.py:264
Methodtest_add_bearer_token
Test a number of bearer token placements
tests/oauth2/rfc6749/clients/test_base.py:39
Methodtest_add_mac_token
(self)
tests/oauth2/rfc6749/clients/test_base.py:139
Methodtest_add_params_to_uri
(self)
tests/test_common.py:69
Methodtest_append_params
(self)
tests/oauth1/rfc5849/test_parameters.py:44
Methodtest_auth_grant_uri
(self)
tests/oauth2/rfc6749/clients/test_web_application.py:70
Methodtest_authenticate_client
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:168
Methodtest_authenticate_client_id
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:194
Methodtest_authenticate_client_id
(self)
tests/oauth2/rfc6749/grant_types/test_refresh_token.py:154
Methodtest_authentication_required
ensure client_authentication_required() is properly called
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:161
Methodtest_authentication_required
ensure client_authentication_required() is properly called
tests/oauth2/rfc6749/grant_types/test_refresh_token.py:122
Methodtest_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
Methodtest_authorization
(self, generate_token)
tests/openid/connect/core/grant_types/test_authorization_code.py:61
Methodtest_authorization
(self, generate_token)
tests/openid/connect/core/grant_types/test_implicit.py:44
Methodtest_authorization_endpoint_handles_prompt
(self, generate_token)
tests/openid/connect/core/endpoints/test_openid_connect_params_handling.py:42
Methodtest_authorization_grant
(self)
tests/oauth2/rfc6749/test_server.py:51
Methodtest_authorization_grant
(self)
tests/oauth2/rfc6749/test_server.py:145
Methodtest_authorization_grant
(self)
tests/oauth2/rfc6749/test_server.py:282
Methodtest_authorization_grant
(self)
tests/openid/connect/core/test_server.py:57
Methodtest_authorization_grant
(self)
tests/openid/connect/core/test_server.py:145
Methodtest_backend_application
(self)
tests/oauth2/rfc6749/endpoints/test_resource_owner_association.py:99
Methodtest_base_string_uri
Test the ``base_string_uri`` function.
tests/oauth1/rfc5849/test_signatures.py:170
Methodtest_basic
(self)
tests/test_common.py:232
Methodtest_basicauth_backend
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:113
Methodtest_basicauth_introspect
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:133
Methodtest_basicauth_legacy
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:104
Methodtest_basicauth_revoke
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:122
Methodtest_basicauth_web
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:95
Methodtest_case_insensitive_headers
(self)
tests/oauth1/rfc5849/test_client.py:215
Methodtest_case_insensitive_headers
Ensure headers are case-insensitive
tests/oauth1/rfc5849/endpoints/test_base.py:181
Methodtest_check_access_token
(self)
tests/oauth1/rfc5849/endpoints/test_resource.py:41
Methodtest_check_length
(self)
tests/oauth1/rfc5849/test_request_validator.py:47
Methodtest_check_realms
(self)
tests/oauth1/rfc5849/test_request_validator.py:58
Methodtest_check_realms
(self)
tests/oauth1/rfc5849/endpoints/test_request_token.py:41
Methodtest_check_redirect_uri
(self)
tests/oauth1/rfc5849/endpoints/test_request_token.py:33
Methodtest_check_request_token
(self)
tests/oauth1/rfc5849/endpoints/test_access_token.py:40
Methodtest_check_verifier
(self)
tests/oauth1/rfc5849/endpoints/test_access_token.py:47
Methodtest_claims_stored_on_code_creation
(self)
tests/openid/connect/core/endpoints/test_claims_handling.py:67
Methodtest_client_grant
(self)
tests/oauth2/rfc6749/test_server.py:190
Methodtest_client_grant
(self)
tests/oauth2/rfc6749/test_server.py:350
Methodtest_client_id_authentication
(self)
tests/oauth2/rfc6749/endpoints/test_client_authentication.py:68
Methodtest_client_id_missing
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:174
Methodtest_client_id_missing
(self)
tests/oauth2/rfc6749/grant_types/test_resource_owner_password.py:149
Methodtest_client_key_check
(self)
tests/oauth1/rfc5849/endpoints/test_base.py:70
Methodtest_client_no_realm
(self)
tests/oauth1/rfc5849/test_client.py:14
Methodtest_client_realm_sign_with_additional_realm
(self)
tests/oauth1/rfc5849/test_client.py:27
Methodtest_client_realm_sign_with_default_realm
(self)
tests/oauth1/rfc5849/test_client.py:20
Methodtest_code_modifier_called
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:329
Methodtest_collect_parameters
Test the ``collect_parameters`` function.
tests/oauth1/rfc5849/test_signatures.py:362
Methodtest_combined_forbidden
(self)
tests/test_uri_validate.py:32
Methodtest_convert_to_unicode_resource_owner
(self)
tests/oauth1/rfc5849/test_client.py:38
Methodtest_correct_code_challenge_method_plain
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:306
Methodtest_correct_code_challenge_method_s256
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:312
Methodtest_create_authorization_grant
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:72
Methodtest_create_authorization_grant_no_scopes
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:82
Methodtest_create_authorization_grant_state
(self)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:88
Methodtest_create_authorization_response
(self, generate_token)
tests/oauth2/rfc6749/grant_types/test_authorization_code.py:104
Methodtest_create_authorization_response
(self)
tests/oauth1/rfc5849/endpoints/test_authorization.py:39
Methodtest_create_authorization_response_oauth
(self)
tests/openid/connect/core/grant_types/test_dispatchers.py:44
Methodtest_create_authorization_response_oob
(self)
tests/oauth1/rfc5849/endpoints/test_authorization.py:48
Methodtest_create_authorization_response_openid
(self)
tests/openid/connect/core/grant_types/test_dispatchers.py:32
Methodtest_create_code_challenge_plain
(self)
tests/oauth2/rfc6749/clients/test_base.py:325
Methodtest_create_code_challenge_s256
(self)
tests/oauth2/rfc6749/clients/test_base.py:334
← previousnext →501–600 of 1,036, ranked by callers