addIDPAuthenticator_Pre method

Future<AddIDPAuthenticatorResponse> addIDPAuthenticator_Pre(
  1. ServiceCall call,
  2. Future<AddIDPAuthenticatorRequest> request
)

Implementation

$async.Future<$0.AddIDPAuthenticatorResponse> addIDPAuthenticator_Pre($grpc.ServiceCall call, $async.Future<$0.AddIDPAuthenticatorRequest> request) async {
  return addIDPAuthenticator(call, await request);
}