From d2b5860a6558aa25a7a5ac102f25af17692ccc32 Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Mon, 13 Feb 2023 18:47:30 -0800 Subject: [PATCH] Update flytekit/clis/auth/credentials.py Co-authored-by: Kevin Su Signed-off-by: Ankit Goyal --- flytekit/clis/auth/credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytekit/clis/auth/credentials.py b/flytekit/clis/auth/credentials.py index fb748a7c6f..efdc1b9870 100644 --- a/flytekit/clis/auth/credentials.py +++ b/flytekit/clis/auth/credentials.py @@ -11,7 +11,7 @@ def get_client( - redirect_endpoint: str, client_id: str, scopes: List[str], auth_endpoint: str, token_endpoint: str, verify: bool + redirect_endpoint: str, client_id: str, scopes: List[str], auth_endpoint: str, token_endpoint: str, verify: Union[bool, str] ) -> AuthorizationClient: global _authorization_client if _authorization_client is not None and not _authorization_client.expired: