Interface AuthenticationService


@Path("/auth") public interface AuthenticationService
  • Method Summary

    Modifier and Type
    Method
    Description
    ai.digital.deploy.sql.model.LoginMetadata
     
  • Method Details

    • getLoginMetadata

      @GET @Produces("application/json") ai.digital.deploy.sql.model.LoginMetadata getLoginMetadata()