Description
This function lists the external authentication links to the current cPanel account.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible Values |
Example |
preferred_username |
string |
The preferred username of the account on the identity provider. |
A valid string. |
username@gmail.com |
link_time |
integer |
When the user linked their account to the identity provider. |
A valid integer in Unix time. |
1443124604 |
subject_unique_identifier |
integer |
The unique identifier for the user at the identity provider. |
A valid integer. |
123456789012345678901 |
provider_protocol |
string |
The identity provider's protocol. |
A valid string. |
openid_connect |
provider_id |
string |
The system's unique key for the identity provider. |
A valid string. |
|