Function __global->get_oauth_service_info
Definitions
sources/oauth.php
- Gets info about an oAuth service.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $service_name | string | No | No | required parameter | N/A | N/A | The name of the service |
Returns
- Service info
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Gets info about an oAuth service.
*
* @param string $service_name The name of the service
* @return array Service info
*/
function get_oauth_service_info(string $service_name) : array
* Gets info about an oAuth service.
*
* @param string $service_name The name of the service
* @return array Service info
*/
function get_oauth_service_info(string $service_name) : array
