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

io.scalecube.services.auth.CredentialsSupplier Maven / Gradle / Ivy

package io.scalecube.services.auth;

import java.util.Map;
import reactor.core.publisher.Mono;

public interface CredentialsSupplier {

  Mono> credentials(Map tags);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy