Package io.micronaut.gcp.credentials
Annotation Interface LogAuthenticationFailures
@Documented
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Around(proxyTargetMode=ALLOW)
@Type(AuthenticationLoggingInterceptor.class)
public @interface LogAuthenticationFailures
Annotation for applying authentication failure logging AOP advice to a managed instance of
GoogleCredentials
.- Since:
- 5.2.0
- Author:
- Jeremy Grelle