mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Make AuthorizationHandler keyword-only
This commit is contained in:
parent
46c3b74346
commit
aaaca09a91
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ class AuthorizationHandler(SDKAuthorizationHandler):
|
|||
|
||||
def __init__(
|
||||
self,
|
||||
*,
|
||||
provider: OAuthAuthorizationServerProvider,
|
||||
base_url: AnyHttpUrl | str,
|
||||
issuer_url: AnyHttpUrl | str | None = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue