getRecommendedDidCredentials method
Describe the credentials that should be included in the DID doc of an account that is migrating to this service.
Implementation
Future<XRPCResponse<IdentityGetRecommendedDidCredentialsOutput>>
getRecommendedDidCredentials({
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoIdentityGetRecommendedDidCredentials(
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);