Package io.camunda.tasklist.auth
Class SaasAuthentication
- java.lang.Object
-
- io.camunda.tasklist.auth.SaasAuthentication
-
- All Implemented Interfaces:
AuthInterface
public class SaasAuthentication extends java.lang.Object implements AuthInterface
-
-
Constructor Summary
Constructors Constructor Description SaasAuthentication(java.lang.String clientId, java.lang.String clientSecret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticate(com.apollographql.apollo3.ApolloClient client)
-
-
-
Method Detail
-
authenticate
public void authenticate(com.apollographql.apollo3.ApolloClient client) throws TaskListException- Specified by:
authenticatein interfaceAuthInterface- Throws:
TaskListException
-
-