SecureBlackbox 2020 Python Edition

Questions / Feedback?

refresh_token Property

The refresh token, to be used to automatically obtain new access token.

Syntax

def get_refresh_token() -> str: ...
def set_refresh_token(value: str) -> None: ...

refresh_token = property(get_refresh_token, set_refresh_token)

Default Value

""

Remarks

The refresh token is used to obtain new access_token without user authentication.

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