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

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

package io.scalecube.services.auth;

import io.scalecube.services.RequestContext;
import reactor.core.publisher.Mono;

@FunctionalInterface
public interface Authenticator {

  Mono authenticate(RequestContext requestContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy