Function __global->get_oauth_refresh_token
Definitions
sources/oauth.php
- Gets the oAuth refresh token for a particular service.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$service_name | string | required parameter | N/A | N/A | The name of the service |
Return
- Refresh token (null: none)
- Type: ?string
- Set: N/A
- Range: N/A