mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
9 lines
367 B
YAML
9 lines
367 B
YAML
# Read the documentation: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/index.md#step-5-configure-fosoauthserverbundle
|
|
fos_oauth_server:
|
|
db_driver: orm
|
|
|
|
client_class: App\Entity\Client
|
|
access_token_class: App\Entity\AccessToken
|
|
refresh_token_class: App\Entity\RefreshToken
|
|
auth_code_class: App\Entity\AuthCode
|