インタフェース AuthTokenClientStore


public interface AuthTokenClientStore
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
     
     
    void
    setToken(String token, int maxAgeSeconds)
     
  • メソッドの詳細

    • setToken

      void setToken(String token, int maxAgeSeconds)
    • getToken

      String getToken()
    • clearToken

      void clearToken()