mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 02:42:29 +08:00
[Authlib] Annotate more (#15203)
This commit is contained in:
@@ -10,6 +10,9 @@ authlib.jose.rfc7518.AESAlgorithm.description
|
||||
authlib.jose.rfc7518.AESAlgorithm.name
|
||||
authlib.jose.rfc7518.ECDHESAlgorithm.description
|
||||
authlib.jose.rfc7518.ECDHESAlgorithm.name
|
||||
authlib.jose.rfc7518.CBCHS2EncAlgorithm.CEK_SIZE
|
||||
authlib.jose.rfc7518.CBCHS2EncAlgorithm.description
|
||||
authlib.jose.rfc7518.CBCHS2EncAlgorithm.name
|
||||
authlib.jose.rfc7518.jwe_algs.AESAlgorithm.description
|
||||
authlib.jose.rfc7518.jwe_algs.AESAlgorithm.name
|
||||
authlib.jose.rfc7518.jwe_algs.AESGCMAlgorithm.description
|
||||
@@ -18,6 +21,20 @@ authlib.jose.rfc7518.jwe_algs.ECDHESAlgorithm.description
|
||||
authlib.jose.rfc7518.jwe_algs.ECDHESAlgorithm.name
|
||||
authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.description
|
||||
authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.name
|
||||
authlib.jose.rfc7518.jwe_encs.CBCHS2EncAlgorithm.CEK_SIZE
|
||||
authlib.jose.rfc7518.jwe_encs.CBCHS2EncAlgorithm.description
|
||||
authlib.jose.rfc7518.jwe_encs.CBCHS2EncAlgorithm.name
|
||||
authlib.jose.rfc7518.jwe_encs.GCMEncAlgorithm.CEK_SIZE
|
||||
authlib.jose.rfc7518.jwe_encs.GCMEncAlgorithm.description
|
||||
authlib.jose.rfc7518.jwe_encs.GCMEncAlgorithm.name
|
||||
authlib.jose.rfc7518.jws_algs.ECAlgorithm.description
|
||||
authlib.jose.rfc7518.jws_algs.ECAlgorithm.name
|
||||
authlib.jose.rfc7518.jws_algs.HMACAlgorithm.description
|
||||
authlib.jose.rfc7518.jws_algs.HMACAlgorithm.name
|
||||
authlib.jose.rfc7518.jws_algs.RSAAlgorithm.description
|
||||
authlib.jose.rfc7518.jws_algs.RSAAlgorithm.name
|
||||
authlib.jose.rfc7518.jws_algs.RSAPSSAlgorithm.description
|
||||
authlib.jose.rfc7518.jws_algs.RSAPSSAlgorithm.name
|
||||
|
||||
# Methods whose *args and **kwargs arguments are added dynamically due to the @hooked decorator:
|
||||
authlib.oauth2.rfc6749.AuthorizationCodeGrant.create_token_response
|
||||
|
||||
Reference in New Issue
Block a user