Class OAuth2AuthorizationServerProperties

java.lang.Object
org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
All Implemented Interfaces:
InitializingBean

@ConfigurationProperties("spring.security.oauth2.authorizationserver") public class OAuth2AuthorizationServerProperties extends Object implements InitializingBean
OAuth 2.0 Authorization Server properties.
Since:
4.0.0
Author:
Steve Riesenberg