MastodonCredentialApplication constructor
Creates a MastodonCredentialApplication with the given fields.
Implementation
const MastodonCredentialApplication({
required this.id,
required this.name,
this.website,
required this.scopes,
required this.redirectUris,
@Deprecated('Use redirectUris instead') this.redirectUri,
required this.clientId,
required this.clientSecret,
required this.clientSecretExpiresAt,
});