SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AutoRefresh Property

Specifies whether access token should be automatically refreshed.

Object Oriented Interface

public function getAutoRefresh();
public function setAutoRefresh($value);

Procedural Interface

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

Default Value

true

Remarks

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

Data Type

Boolean

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