パッケージ org.thinkit.api.line.util

クラス SecuritySchemeUtils

java.lang.Object
org.thinkit.api.line.util.SecuritySchemeUtils

public final class SecuritySchemeUtils
extends Object
The util class that provides the function to resolve the security scheme name for tokens.
導入されたバージョン:
1.0.0
  • コンストラクタの詳細

    • SecuritySchemeUtils

      public SecuritySchemeUtils()
  • メソッドの詳細

    • 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