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

io.scalecube.security.jwt.AsyncJwtKeyResolver Maven / Gradle / Ivy

There is a newer version: 1.0.33.rc1
Show newest version
package io.scalecube.security.jwt;

import java.security.Key;
import reactor.core.publisher.Mono;

@FunctionalInterface
public interface AsyncJwtKeyResolver {

  Mono resolve(String keyId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy