ServerUserInfoURL Property

The URL of the OpenID provider's user info endpoint.

Object Oriented Interface

public function getServerUserInfoURL();
public function setServerUserInfoURL($value);

Procedural Interface

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

Default Value

''

Remarks

This property holds the URL of the OpenID provider's user info endpoint. This value is required when calling GetUserInfo.

This property is populated when GetDiscoveryDoc is called.

Data Type

String

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