SecureBlackbox 2020 PHP Edition

Questions / Feedback?

TokenURL Property

Specifies the URL of the token endpoint.

Object Oriented Interface

public function getTokenURL();
public function setTokenURL($value);

Procedural Interface

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

Default Value

''

Remarks

The token endpoint is used by the client, which needs access to protected resource, to obtain access token from the authorization server.

Data Type

String

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