SecureBlackbox 2020 Python Edition

Questions / Feedback?

auth_url Property

Specifies the URL of the authorization server.

Syntax

def get_auth_url() -> str: ...
def set_auth_url(value: str) -> None: ...

auth_url = property(get_auth_url, set_auth_url)

Default Value

""

Remarks

Use this property to set the URL of the authorization server.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]