Package io.camunda.tasklist.auth
Interface AuthInterface
-
- All Known Implementing Classes:
SaasAuthentication,SimpleAuthentication
public interface AuthInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauthenticate(com.apollographql.apollo3.ApolloClient client)
-
-
-
Method Detail
-
authenticate
void authenticate(com.apollographql.apollo3.ApolloClient client) throws TaskListException- Throws:
TaskListException
-
-