getRecommendedDidCredentials method

Future<XRPCResponse<DidCredentials>> getRecommendedDidCredentials()

Implementation

Future<core.XRPCResponse<DidCredentials>>
    getRecommendedDidCredentials() async => await _ctx.get(
          ns.comAtprotoIdentityGetRecommendedDidCredentials,
          to: DidCredentials.fromJson,
        );