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({
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoIdentityGetRecommendedDidCredentials(
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);