接口 BridgeHandler

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void flush​(java.lang.String value)
      Flush the value of the access token.
      java.lang.Object target()
      The target is what the access token for.
    • 方法详细资料

      • flush

        void flush​(java.lang.String value)
        Flush the value of the access token.
        参数:
        value - The value of the access token.
      • target

        java.lang.Object target()
        The target is what the access token for.
        返回:
        The target object, such as service end point, etc.