You are here

simple_oauth.settings.schema.yml in Simple OAuth (OAuth2) & OpenID Connect 8

config/schema/simple_oauth.settings.schema.yml

File

config/schema/simple_oauth.settings.schema.yml
View source
  1. simple_oauth.settings:
  2. type: config_object
  3. label: 'Token Auth Settings'
  4. mapping:
  5. expiration:
  6. type: integer
  7. label: 'Expiration Time'
  8. description: 'The default period in seconds while a token is valid'
  9. refresh_extension:
  10. type: integer
  11. label: 'Refresh Time'
  12. description: 'The time a refresh token stays valid after the access token has expired.'
  13. langcode:
  14. type: string
  15. label: 'Language code'