MastodonOAuthUserInfo constructor
Creates a MastodonOAuthUserInfo with the given fields.
Implementation
const MastodonOAuthUserInfo({
required this.iss,
required this.sub,
required this.name,
required this.preferredUsername,
required this.profile,
required this.picture,
});