E-Payment Integrator 2020 Python Edition

Questions / Feedback?

server_token_url Property

The URL used to obtain the access token.

Syntax

def get_server_token_url() -> str: ...
def set_server_token_url(value: str) -> None: ...

server_token_url = property(get_server_token_url, set_server_token_url)

Default Value

""

Remarks

Specifies the URL where the grant will be exchanged for the access token. This is typically a separate HTTP endpoint on the authorization server.

This must be set before calling get_authorization.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]