beginAuth method

Future<BeginAuthResponse> beginAuth(
  1. ClientContext? ctx,
  2. BeginAuthRequest request
)

Implementation

$async.Future<BeginAuthResponse> beginAuth($pb.ClientContext? ctx, BeginAuthRequest request) {
  var emptyResponse = BeginAuthResponse();
  return _client.invoke<BeginAuthResponse>(ctx, 'AuthService', 'BeginAuth', request, emptyResponse);
}