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

Verifies if the refresh token is valid and can be used to generate a new access_token. Unlike the original api, which returns other data, this module will only return a boolean saying whether the token is valid or not.

Summary

Functions

Link to this function

call(refresh_token, opts)

View Source
@spec call(String.t(), Keyword.t()) :: boolean()