linkIdp method
Implementation
Future<LinkIdpResponse> linkIdp(LinkIdpRequest request) async =>
LinkIdpResponse.fromJson(
await _post(
_buildUri('accounts:signInWithIdp'),
request.toJson(),
),
);
Future<LinkIdpResponse> linkIdp(LinkIdpRequest request) async =>
LinkIdpResponse.fromJson(
await _post(
_buildUri('accounts:signInWithIdp'),
request.toJson(),
),
);