authenticateWithIdToken method
Authenticates a user using an id token.
Implementation
_i2.Future<_i4.AuthenticationResponse> authenticateWithIdToken(
String idToken) =>
caller.callServerEndpoint<_i4.AuthenticationResponse>(
'serverpod_auth.google',
'authenticateWithIdToken',
{'idToken': idToken},
);