类 AuthenticationCache

java.lang.Object
cn.herodotus.stirrup.openapi.core.definition.AuthenticationCache

public class AuthenticationCache extends Object

Description: Open API 认证缓存

作者:
: gengwei.zheng
Date:
: 2024/5/4 22:19
  • 构造器详细资料

    • AuthenticationCache

      public AuthenticationCache(String name, Duration tokenTtl)
  • 方法详细资料

    • put

      public void put(String accessToken)
    • get

      public reactor.core.publisher.Mono<String> get()