public static function AccessTokenValueInterface::createFromValues in Simple OAuth (OAuth2) & OpenID Connect 8
Factory method to create a token value from the entity values.
Parameters
array $values: The values to digest.
Return value
AccessTokenValueInterface The token value.
1 method overrides AccessTokenValueInterface::createFromValues()
- AccessTokenValue::createFromValues in src/
AccessTokenValue.php - Factory method to create a token value from the entity values.
File
- src/
AccessTokenValueInterface.php, line 24
Class
Namespace
Drupal\simple_oauthCode
public static function createFromValues(array $values);