server_auth_url Property

The URL of the authorization server.

Syntax

def get_server_auth_url() -> str: ...
def set_server_auth_url(value: str) -> None: ...

server_auth_url = property(get_server_auth_url, set_server_auth_url)

Default Value

""

Remarks

Specifies the URL of the authorization server used when get_authorization is called. This value is used when constructing the URL to which the user will be redirected to authenticate and grant access.

This should be specified before calling get_authorization.

When this is set, it will clear any value specified in AuthorizationURL.

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