updateSAMLAppConfig method

ResponseFuture<UpdateSAMLAppConfigResponse> updateSAMLAppConfig(
  1. UpdateSAMLAppConfigRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateSAMLAppConfigResponse> updateSAMLAppConfig(
    $1.UpdateSAMLAppConfigRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateSAMLAppConfig, request, options: options);
}