proofs property

  1. @Deprecated('Removed in Mastodon 3.5.0. Only use for compatibility with older servers.')
ProofsApi get proofs

Identity proofs API.

Deprecated: The identity proofs feature was removed in Mastodon 3.5.0.

Implementation

@Deprecated(
  'Removed in Mastodon 3.5.0. Only use for compatibility with older servers.',
)
ProofsApi get proofs => ProofsApi(_http);