Files
symfony-flex-recipes-contrib/friendsofsymfony/oauth-server-bundle/1.6/config/packages/fos_oauth_server.yaml
T

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