Interface TokenStore

All Known Implementing Classes:
DefaultTokenStore

public interface TokenStore
Interface that all cognito token stores must implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the auth token.
    void
    Set the auth token.
  • Method Details

    • getToken

      String getToken()
      Get the auth token.
      Returns:
      auth token
    • setToken

      void setToken(String token)
      Set the auth token.
      Parameters:
      token - auth token