SecureBlackbox 2020 Python Edition

Questions / Feedback?

expires_at Property

The expiration time of access token.

Syntax

def get_expires_at() -> str: ...
def set_expires_at(value: str) -> None: ...

expires_at = property(get_expires_at, set_expires_at)

Default Value

""

Remarks

Use this property to check the expiration time of access_token.

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