Skip to content

Commit 9786d93

Browse files
committed
python: Remove outdated vaas_url
1 parent 3eff6a1 commit 9786d93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/examples/VaasExample/authentication_example.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66

77
async def main():
88
token_url = os.getenv("TOKEN_URL")
9-
vaas_url = os.getenv("VAAS_URL")
109

1110
if token_url is None:
1211
token_url = "https://account.gdata.de/realms/vaas-production/protocol/openid-connect/token"
13-
if vaas_url is None:
14-
vaas_url = "wss://gateway.production.vaas.gdatasecurity.de"
1512

1613
# If you got a username and password from us, you can use the ResourceOwnerPasswordAuthenticator like this
1714
if USE_RESOURCE_OWNER_PASSWORD_GRANT_AUTHENTICATOR:

0 commit comments

Comments
 (0)