Class OpenIDAuthenticators.AuthorizationCodeCallbackResource

java.lang.Object
com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeCallbackResource
Enclosing class:
OpenIDAuthenticators

@Path("") public static class OpenIDAuthenticators.AuthorizationCodeCallbackResource extends Object
  • Field Details

  • Constructor Details

    • AuthorizationCodeCallbackResource

      public AuthorizationCodeCallbackResource()
  • Method Details

    • handleCodeCallback

      @GET @Path("ocient/oauth2/v1/callback") @Produces("text/html") public jakarta.ws.rs.core.Response handleCodeCallback(@DefaultValue("") @QueryParam("code") String code, @DefaultValue("") @QueryParam("state") String state, @DefaultValue("internal_client_error") @QueryParam("error") String error, @DefaultValue("Something went wrong") @QueryParam("error_description") String errorDescription)