- [ ] Add property `*.endpoint.device-authorization-uri` - maps to `AuthorizationServerSettings.getDeviceAuthorizationEndpoint()` - [ ] Add property `*.endpoint.device-verification-uri` - maps to `AuthorizationServerSettings.getDeviceVerificationEndpoint()` - [ ] Add property `*.token.device-code-time-to-live` - maps to `TokenSettings.getDeviceCodeTimeToLive()` - [ ] Consider moving `OAuth2AuthorizationServerProperties` up one level to `*.oauth2.server` package to align with client and resource server auto-config Related gh-34003