View Source BaserowEx.User.TokenRefresh (baserow_ex v0.1.0)

Generate a new access_token that can be used to continue operating on Baserow starting from a valid refresh token.

Summary

Functions

Link to this function

call(refresh_token, opts)

View Source
@spec call(String.t(), Keyword.t()) ::
  {:ok, BaserowEx.User.TokenRefresh.ResponseParams.t()}
  | {:error, :token_invalid_or_expired}
  | {:error, :wrong_input_data}
  | {:error, :unknown_error}