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