Package io.micronaut.security.oauth2
@Requires(property="micronaut.security.oauth2.enabled",
          notEquals="false")
@Configuration
package io.micronaut.security.oauth2
OAuth 2.0 related classes classes.
- Since:
 - 1.2.0
 - Author:
 - Sergio del Amo
 
- 
ClassDescriptionDefault implementation of
ProviderResolver.Resolves the OAuth 2.0 provider that authenticated the logged in user.