Camel casing 🐫

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/3570/head
David Núñez 2025-03-21 15:44:26 +01:00 committed by GitHub
parent 9c94c7ffe6
commit a796294fe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@ class JsonRpcConditionDict(BaseExecConditionDict):
class JWTConditionDict(_AccessControlCondition):
jwt_token: str
public_key: str # TODO: See #3572 for a discussion about deprecating this in favour of the expected issuer
expected_issuer: NotRequired[str]
jwtToken: str
publicKey: str # TODO: See #3572 for a discussion about deprecating this in favour of the expected issuer
expectedIssuer: NotRequired[str]
#