authenticate method

Future<AuthenticationResponse> authenticate(
  1. AppleAuthInfo authInfo
)

Authenticates a user with Apple.

Implementation

_i2.Future<_i4.AuthenticationResponse> authenticate(
        _i5.AppleAuthInfo authInfo) =>
    caller.callServerEndpoint<_i4.AuthenticationResponse>(
      'serverpod_auth.apple',
      'authenticate',
      {'authInfo': authInfo},
    );