public function AuthorizationResponse::getMessage in Authorization 8
Get the message.
Return value
string The message.
File
- src/
AuthorizationResponse.php, line 55
Class
- AuthorizationResponse
- Response object for the output of grantsAndRevokes().
Namespace
Drupal\authorizationCode
public function getMessage() : string {
return $this->message;
}