@@ -6,13 +6,6 @@ authlib.jose.drafts._jwe_algorithms.ECDH1PUAlgorithm.description
66authlib.jose.drafts._jwe_algorithms.ECDH1PUAlgorithm.name
77authlib.jose.drafts._jwe_enc_cryptography.C20PEncAlgorithm.description
88authlib.jose.drafts._jwe_enc_cryptography.C20PEncAlgorithm.name
9- authlib.jose.rfc7518.AESAlgorithm.description
10- authlib.jose.rfc7518.AESAlgorithm.name
11- authlib.jose.rfc7518.ECDHESAlgorithm.description
12- authlib.jose.rfc7518.ECDHESAlgorithm.name
13- authlib.jose.rfc7518.CBCHS2EncAlgorithm.CEK_SIZE
14- authlib.jose.rfc7518.CBCHS2EncAlgorithm.description
15- authlib.jose.rfc7518.CBCHS2EncAlgorithm.name
169authlib.jose.rfc7518.jwe_algs.AESAlgorithm.description
1710authlib.jose.rfc7518.jwe_algs.AESAlgorithm.name
1811authlib.jose.rfc7518.jwe_algs.AESGCMAlgorithm.description
@@ -37,31 +30,14 @@ authlib.jose.rfc7518.jws_algs.RSAPSSAlgorithm.description
3730authlib.jose.rfc7518.jws_algs.RSAPSSAlgorithm.name
3831
3932# Methods whose *args and **kwargs arguments are added dynamically due to the @hooked decorator:
40- authlib.oauth2.rfc6749.AuthorizationCodeGrant.create_token_response
41- authlib.oauth2.rfc6749.AuthorizationCodeGrant.validate_token_request
42- authlib.oauth2.rfc6749.AuthorizationEndpointMixin.validate_consent_request
43- authlib.oauth2.rfc6749.ClientCredentialsGrant.create_token_response
44- authlib.oauth2.rfc6749.ImplicitGrant.validate_authorization_request
45- authlib.oauth2.rfc6749.RefreshTokenGrant.create_token_response
46- authlib.oauth2.rfc6749.ResourceOwnerPasswordCredentialsGrant.create_token_response
47- authlib.oauth2.rfc6749.grants.AuthorizationCodeGrant.create_token_response
48- authlib.oauth2.rfc6749.grants.AuthorizationCodeGrant.validate_token_request
49- authlib.oauth2.rfc6749.grants.AuthorizationEndpointMixin.validate_consent_request
50- authlib.oauth2.rfc6749.grants.ClientCredentialsGrant.create_token_response
51- authlib.oauth2.rfc6749.grants.ImplicitGrant.validate_authorization_request
52- authlib.oauth2.rfc6749.grants.RefreshTokenGrant.create_token_response
53- authlib.oauth2.rfc6749.grants.ResourceOwnerPasswordCredentialsGrant.create_token_response
5433authlib.oauth2.rfc6749.grants.authorization_code.AuthorizationCodeGrant.create_token_response
5534authlib.oauth2.rfc6749.grants.authorization_code.AuthorizationCodeGrant.validate_token_request
5635authlib.oauth2.rfc6749.grants.base.AuthorizationEndpointMixin.validate_consent_request
5736authlib.oauth2.rfc6749.grants.client_credentials.ClientCredentialsGrant.create_token_response
5837authlib.oauth2.rfc6749.grants.implicit.ImplicitGrant.validate_authorization_request
5938authlib.oauth2.rfc6749.grants.refresh_token.RefreshTokenGrant.create_token_response
6039authlib.oauth2.rfc6749.grants.resource_owner_password_credentials.ResourceOwnerPasswordCredentialsGrant.create_token_response
61- authlib.oauth2.rfc8628.DeviceCodeGrant.create_token_response
6240authlib.oauth2.rfc8628.device_code.DeviceCodeGrant.create_token_response
63- authlib.oidc.core.OpenIDImplicitGrant.validate_consent_request
64- authlib.oidc.core.grants.OpenIDImplicitGrant.validate_consent_request
6541authlib.oidc.core.grants.implicit.OpenIDImplicitGrant.validate_consent_request
6642
6743# Exclude integrations dirs
0 commit comments