SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ExpiresAt Property

The expiration time of access token.

Object Oriented Interface

public function getExpiresAt();
public function setExpiresAt($value);

Procedural Interface

secureblackbox_oauthclient_get($res, 42 );
secureblackbox_oauthclient_set($res, 42, $value );

Default Value

''

Remarks

Use this property to check the expiration time of AccessToken.

Data Type

String

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