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