SecureBlackbox 2020 Python Edition

Questions / Feedback?

token_url Property

Specifies the URL of the token endpoint.

Syntax

def get_token_url() -> str: ...
def set_token_url(value: str) -> None: ...

token_url = property(get_token_url, set_token_url)

Default Value

""

Remarks

The token endpoint is used by the client, which needs access to protected resource, to obtain access token from the authorization server.

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