mirror of
https://github.com/1sept/oauth2-1sept.git
synced 2024-05-30 17:38:52 +03:00
Добавлено получение регалии
scope=regalia
This commit is contained in:
@@ -115,6 +115,16 @@ class SeptemberFirstUser implements ResourceOwnerInterface
|
||||
return $this->getField('sex');
|
||||
}
|
||||
|
||||
/**
|
||||
* Регалии
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
public function getRegalia(): string|null
|
||||
{
|
||||
return $this->getField('regalia');
|
||||
}
|
||||
|
||||
/**
|
||||
* Умер
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user