/ 

io.vertx/ vertx-lang-groovy/ 3.8.0/ io/vertx/groovy/ext/auth/oauth2/providers/OpenIDConnectAuth_GroovyStaticExtension.java

 

  • class publicOpenIDConnectAuth_GroovyStaticExtension
    • method final publicdiscover(OpenIDConnectAuth, Vertx, Map<String, Object>, Handler<AsyncResult<OAuth2Auth>>): void
      • class package-private$1
        • method publichandle(AsyncResult<OAuth2Auth>): void
          • initializer package-privateLambda implementing Function<OAuth2Auth, OAuth2Auth>
http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-lang-groovy-parent/vertx-lang-groovy: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ (Eclipse)
  • The Apache Software License, Version 2.0
  • Eclipse Public License - v 1.0
package io.vertx.groovy.ext.auth.oauth2.providers;
public class OpenIDConnectAuth_GroovyStaticExtension {
  public static void discover(io.vertx.ext.auth.oauth2.providers.OpenIDConnectAuth j_receiver, io.vertx.core.Vertx vertx, java.util.Map<String, Object> config, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.oauth2.OAuth2Auth>> handler) {
    io.vertx.ext.auth.oauth2.providers.OpenIDConnectAuth.discover(vertx,
      config != null ? new io.vertx.ext.auth.oauth2.OAuth2ClientOptions(io.vertx.core.impl.ConversionHelper.toJsonObject(config)) : null,
      handler != null ? new io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.oauth2.OAuth2Auth>>() {
      public void handle(io.vertx.core.AsyncResult<io.vertx.ext.auth.oauth2.OAuth2Auth> ar) {
        handler.handle(ar.map(event -> io.vertx.core.impl.ConversionHelper.fromObject(event)));
      }
    } : null);
  }
}


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community