SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AuthURL Property

Specifies the URL of the authorization server.

Object Oriented Interface

public function getAuthURL();
public function setAuthURL($value);

Procedural Interface

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

Default Value

''

Remarks

Use this property to set the URL of the authorization server.

Data Type

String

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