SecureBlackbox 2020 PHP Edition

Questions / Feedback?

State Property

Specifies the state parameter of the authorization request or response.

Object Oriented Interface

public function getState();
public function setState($value);

Procedural Interface

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

Default Value

''

Remarks

This parameter contains an opaque value used by the client to maintain state between the request and callback. If this parameter was present in the authorization request, the server should include the same value in its response.

Data Type

String

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