getAccountInviteCodes method
Get all invite codes for the current account. Requires auth.
Implementation
Future<XRPCResponse<ServerGetAccountInviteCodesOutput>>
getAccountInviteCodes({
bool? includeUsed,
bool? createAvailable,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoServerGetAccountInviteCodes(
includeUsed: includeUsed,
createAvailable: createAvailable,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);