Verify mastodon credentials
Arguments
- token
bearer token, either public or user level
- verbose
logical whether to display messages
Value
Raise an error if the token is not valid. Return the response from the verification API invisibly otherwise.
Details
If you have created your token as an environment variable, use verify_envvar
to verify your token.