service simple_oauth.repositories.refresh_token in Simple OAuth (OAuth2) & OpenID Connect 8.4
Same name and namespace in other branches
- 8.2 simple_oauth.services.yml \simple_oauth.repositories.refresh_token
- 8.3 simple_oauth.services.yml \simple_oauth.repositories.refresh_token
- 5.x simple_oauth.services.yml \simple_oauth.repositories.refresh_token
Class
Drupal\simple_oauth\Repositories\RefreshTokenRepository3 string references to simple_oauth.repositories.refresh_token
- AuthorizationCode::create in src/
Plugin/ Oauth2Grant/ AuthorizationCode.php - Creates an instance of the plugin.
- Password::create in src/
Plugin/ Oauth2Grant/ Password.php - Creates an instance of the plugin.
- RefreshToken::create in src/
Plugin/ Oauth2Grant/ RefreshToken.php - Creates an instance of the plugin.
File
View source
- class: Drupal\simple_oauth\Repositories\RefreshTokenRepository
- arguments:
- - '@entity_type.manager'
- - '@serializer'