getAgeAssuranceState method

Future<XRPCResponse<AgeAssuranceState>> getAgeAssuranceState({
  1. Map<String, String>? $headers,
  2. Map<String, String>? $unknown,
})

Returns the current state of the age assurance process for an account. This is used to check if the user has completed age assurance or if further action is required.

Implementation

Future<XRPCResponse<AgeAssuranceState>> getAgeAssuranceState({
  Map<String, String>? $headers,
  Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetAgeAssuranceState(
  $ctx: _ctx,
  $headers: $headers,
  $unknown: $unknown,
);