Annotation Type RequiresOAuthCredentials


@Inherited @Target(METHOD) @Retention(RUNTIME) public @interface RequiresOAuthCredentials
The annotated method will only be executed if the configuration includes valid issuer, issuerBackendUrl, clientId and clientSecret, otherwise an `InvalidConfigurationException` will be thrown.