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

Authenticates an existing user based on their email and their password. If successful, an access token and a refresh token will be returned.

Summary

Functions

Link to this function

call(email, password, opts)

View Source
@spec call(String.t(), String.t(), Keyword.t()) ::
  {:error, any()} | {:ok, BaserowEx.User.TokenAuth.ResponseParams.t()}