Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
application_name 是必填参数
  • Loading branch information
zsan3653 authored Jan 12, 2024
1 parent f9b8204 commit 58c5e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sdk = CasdoorSDK(
client_secret,
certificate,
org_name,
application_name
)
```

Expand All @@ -59,6 +60,7 @@ sdk = AsyncCasdoorSDK(
client_secret,
certificate,
org_name,
application_name
)
```

Expand Down

0 comments on commit 58c5e82

Please sign in to comment.