Application entity
This module defines a Hunter.Application struct.
The struct covers both the Application entity embedded in statuses
(name and website only) and the CredentialApplication entity returned
when registering an app (which adds the client credentials).
Fields
id- identifiername- the name of the applicationwebsite- the website associated with the application, if anyclient_id- client idclient_secret- client secretclient_secret_expires_at- when the client secret expires, currently always0(never expires)scopes- scopes requested when the app was registeredredirect_uris- redirect URIs the app was registered withredirect_uri- redirect URI the app was registered with (deprecated since Mastodon 4.3 in favor ofredirect_uris)