Skip to content

Commit

Permalink
fix(jans-cedarling): update .pyi file to match with rust define structs
Browse files Browse the repository at this point in the history
Signed-off-by: rmarinn <[email protected]>
  • Loading branch information
rmarinn committed Dec 28, 2024
1 parent cd42f1d commit 65988e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jans-cedarling/bindings/cedarling_python/cedarling_python.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ class Request:
action: str
resource: ResourceData
context: Dict[str, Any]
access_token: str | None
id_token: str | None
userinfo_token: str | None

def __init__(self,
tokens: Tokens,
Expand Down

0 comments on commit 65988e8

Please sign in to comment.