mirror of https://github.com/nucypher/nucypher.git
parent
a614bc5e5f
commit
c8507105e9
|
@ -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]
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue