function oauth2_client_get_token in OAuth2 Client 8
Same name in this branch
- 8 oauth2_client.module \oauth2_client_get_token()
- 8 oauth2_client.api.php \oauth2_client_get_token()
Same name and namespace in other branches
- 7.2 oauth2_client.module \oauth2_client_get_token()
- 7.2 oauth2_client.api.php \oauth2_client_get_token()
- 7 oauth2_client.module \oauth2_client_get_token()
Returns the access token of the oauth2_client for the given $client_id.
File
- ./
oauth2_client.api.php, line 141 - Documentation of API functions provided by the oauth2_client module.
Code
function oauth2_client_get_token($client_id) {
}