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

io.scalecube.security.jwt.JwtKeyResolver 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 java.util.Map;
import reactor.core.publisher.Mono;

@FunctionalInterface
public interface JwtKeyResolver {

  Mono resolve(Map jtwHeaders);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy