SecureBlackbox 2020 Python Edition

Questions / Feedback?

auto_refresh Property

Specifies whether access token should be automatically refreshed.

Syntax

def get_auto_refresh() -> bool: ...
def set_auto_refresh(value: bool) -> None: ...

auto_refresh = property(get_auto_refresh, set_auto_refresh)

Default Value

TRUE

Remarks

Set this property to true to let the class automatically refresh access_token. If available, refresh_token is used to renew access token. Otherwise the authorization process is initiated from the beginning, with user authentication and so on.

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