All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.camunda.common.auth.Authentication Maven / Gradle / Ivy

There is a newer version: 8.5.10
Show newest version
package io.camunda.common.auth;

import java.util.Map;

public interface Authentication {

  Map getTokenHeader(Product product);

  void resetToken(Product product);

  interface AuthenticationBuilder {
    Authentication build();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy