Class LiveViewAuth.LiveViewBearerAuth

java.lang.Object
com.streambase.liveview.client.LiveViewAuth.LiveViewBearerAuth
All Implemented Interfaces:
LiveViewAuth
Direct Known Subclasses:
LiveViewAuth.LiveViewBearerAuthImpl
Enclosing interface:
LiveViewAuth

public abstract static class LiveViewAuth.LiveViewBearerAuth extends Object implements LiveViewAuth
Base class for bearer token authentication. Use LiveViewAuth.bearerAuth to construct
  • Constructor Details

    • LiveViewBearerAuth

      public LiveViewBearerAuth()
  • Method Details

    • getToken

      public abstract String getToken()
    • setToken

      public abstract void setToken(String token)