addIDPAuthenticator method

ResponseFuture<AddIDPAuthenticatorResponse> addIDPAuthenticator(
  1. AddIDPAuthenticatorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AddIDPAuthenticatorResponse> addIDPAuthenticator($0.AddIDPAuthenticatorRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addIDPAuthenticator, request, options: options);
}