token: refresh-expiry: 86400 # grace period (seconds) during which an expired token can still be refreshed. Must be positive. default-expiry: 31536000 # default expiry period (seconds) when token expiry is set to null. When set to zero, default expiry is not forced. Must be non-negative. Must comply with ('max-expiry' >= 'default-expiry'). max-expiry: 0 # max expiry period (seconds) When max expiry is bigger than zero, non-expirable tokens are forbidden and the user's token expiry will be limited to the max expiry value. When set to zero,the user's token can be non-expirable and the expiry will not be limited with a higher boundary. Must be non negative. Must comply with ('max-expiry' >= 'default-expiry'). allow-refreshable: true # when disabled, all the user tokens will be created as non refreshable.token: refresh-expiry: 86400 # grace period (seconds) during which an expired token can still be refreshed. Must be positive. default-expiry: 31536000 # default expiry period (seconds) when token expiry is set to null. When set to zero, default expiry is not forced. Must be non-negative. Must comply with ('max-expiry' >= 'default-expiry'). max-expiry: 0 # max expiry period (seconds) When max expiry is bigger than zero, non-expirable tokens are forbidden and the user's token expiry will be limited to the max expiry value. When set to zero,the user's token can be non-expirable and the expiry will not be limited with a higher boundary. Must be non negative. Must comply with ('max-expiry' >= 'default-expiry'). allow-refreshable: true # when disabled, all the user tokens will be created as non refreshable.