クラス SecuritySchemeResolver

java.lang.Object
org.thinkit.api.gateway.github.util.SecuritySchemeResolver

public final class SecuritySchemeResolver
extends Object
The class that provides the feature to resolve the security scheme name for tokens.
導入されたバージョン:
1.0.0
  • メソッドの詳細

    • bearer

      public static String bearer​(String token)
      Returns the token passed as an argument in the format with the bearer schema.
      パラメータ:
      token - The token
      戻り値:
      The token with bearer scheme