ClientId Property

The id of the client assigned when registering the application.

Object Oriented Interface

public function getClientId();
public function setClientId($value);

Procedural Interface

ipworksauth_openid_get($res, 4 );
ipworksauth_openid_set($res, 4, $value );

Default Value

''

Remarks

This property holds the id of the client that was assigned when initially registering the application with the authorization server. This value must be specified before calling GetAuthorization or GetAuthorizationURL.

Data Type

String

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