@Path(value="/auth")
@Produces(value={"application/json","text/plain"})
public class AuthController
extends Object
Endpoints used to handle operations related to authentication.
| Constructor and Description |
|---|
AuthController(spark.Service spark,
boolean isPasswordProtected,
JWTHandler jwtHandler,
UsersHandler usersHandler) |
public AuthController(spark.Service spark,
boolean isPasswordProtected,
JWTHandler jwtHandler,
UsersHandler usersHandler)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.